]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Indentation nit.
authorRoland McGrath <roland@hack.frob.com>
Fri, 20 Jan 2012 20:53:24 +0000 (12:53 -0800)
committerRoland McGrath <roland@hack.frob.com>
Fri, 20 Jan 2012 20:53:24 +0000 (12:53 -0800)
src/strip.c

index eeafd01febd0d225ac8839ac613e43bc6936a715..e9523cd66504115369387d076178a955137aa5dd 100644 (file)
@@ -1541,7 +1541,7 @@ handle_elf (int fd, Elf *elf, const char *prefix, const char *fname,
              {
                /* Alpha and S390 64-bit use 64-bit SHT_HASH entries.  */
                elf_assert (shdr_info[cnt].shdr.sh_entsize
-                       == sizeof (Elf64_Xword));
+                            == sizeof (Elf64_Xword));
 
                Elf64_Xword *bucket = (Elf64_Xword *) hashd->d_buf;