From cedd299acd4b42f88a0a5bf800f3d87f8225fce7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 30 Jun 2010 01:06:45 -0700 Subject: [PATCH] Indentation fix. --- libdwfl/find-debuginfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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! */ -- 2.47.2