diff options
author | Roland McGrath <roland@redhat.com> | 2010-06-30 01:06:45 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2010-06-30 01:06:45 -0700 |
commit | cedd299acd4b42f88a0a5bf800f3d87f8225fce7 (patch) | |
tree | 77537a4f0ed304f27b4ff56e212ebde76fe9cd3c /libdwfl | |
parent | 81cfccae4f4298f812eae4eb3dc859220ca8a21e (diff) | |
download | elfutils-cedd299acd4b42f88a0a5bf800f3d87f8225fce7.tar.gz |
Indentation fix.
Diffstat (limited to 'libdwfl')
-rw-r--r-- | libdwfl/find-debuginfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdwfl/find-debuginfo.c b/libdwfl/find-debuginfo.c index 375bbaa8..19d5f907 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! */ |