]> git.ipfire.org Git - thirdparty/elfutils.git/commit
debuginfod: Fix formatting in debuginfod_config_cache
authorMark Wielaard <mark@klomp.org>
Thu, 22 Jun 2023 12:45:56 +0000 (14:45 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 22 Jun 2023 12:45:56 +0000 (14:45 +0200)
commit6b66b5301ba9268ee28e692313959c6f0f0e1b7a
treeb48569af58b7cd239cae6777947d87ed6ff14f8d
parent6b143bcc51fdfad7030c4c3edc50454c56a73db7
debuginfod: Fix formatting in debuginfod_config_cache

The formatting of debuginfod_config_cache in debuginfod-client.c was
slightly off making it hard to see the program logic. Make sure lines
are < 76 chars, and if { } else { } indentation follows GNU style.

Signed-off-by: Mark Wielaard <mark@klomp.org>
debuginfod/debuginfod-client.c