From: Roland McGrath Date: Wed, 30 Jun 2010 08:06:45 +0000 (-0700) Subject: Indentation fix. X-Git-Tag: elfutils-0.149~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cedd299acd4b42f88a0a5bf800f3d87f8225fce7;p=thirdparty%2Felfutils.git Indentation fix. --- diff --git a/libdwfl/find-debuginfo.c b/libdwfl/find-debuginfo.c index 375bbaa8a..19d5f907d 100644 --- a/libdwfl/find-debuginfo.c +++ b/libdwfl/find-debuginfo.c @@ -118,8 +118,8 @@ validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc) __libdwfl_seterrno (error); else if (likely (__libdwfl_find_build_id (mod, false, mod->debug.elf) == 2)) - /* Also backdoor the gratuitous flag. */ - mod->debug.valid = true; + /* Also backdoor the gratuitous flag. */ + mod->debug.valid = true; else { /* A mismatch! */