]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Indentation fix.
authorRoland McGrath <roland@redhat.com>
Wed, 30 Jun 2010 08:06:45 +0000 (01:06 -0700)
committerRoland McGrath <roland@redhat.com>
Wed, 30 Jun 2010 08:06:45 +0000 (01:06 -0700)
libdwfl/find-debuginfo.c

index 375bbaa8ac37fa36f7e6d89eb284965e3a0d1a60..19d5f907d2be689f44911c6a0be69baff3c6bc40 100644 (file)
@@ -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!  */