From: Roland McGrath Date: Fri, 20 Jan 2012 20:53:24 +0000 (-0800) Subject: Indentation nit. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2546eb2370ca8974e7da0eeb1e95a35ed24e938;p=thirdparty%2Felfutils.git Indentation nit. --- diff --git a/src/strip.c b/src/strip.c index eeafd01fe..e9523cd66 100644 --- a/src/strip.c +++ b/src/strip.c @@ -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;