Reformat elfedit.c
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 7 Jan 2010 20:49:23 +0000 (20:49 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 7 Jan 2010 20:49:23 +0000 (20:49 +0000)
2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>

* elfedit.c (update_elf_header): Reformat.

binutils/ChangeLog
binutils/elfedit.c

index 2a39261b9d660204bc1f0e2fd1baaf75ba339b6d..f42d478fd9948bac608bc6e0c9483723001cbd5f 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elfedit.c (update_elf_header): Reformat.
+
 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
 
        * readelf.c (usage): Fix indent for --symbols.
index 28e40be321502d814c66d5173f6fab130fc94963..6e2f8db4268d2b5b6d6f1c22590e574015755b33 100644 (file)
@@ -253,8 +253,7 @@ update_elf_header (const char *file_name, FILE *file)
   /* Skip if class doesn't match. */
   if (input_elf_class == -1)
     input_elf_class = elf_header.e_ident[EI_CLASS];
-  else
-  if (elf_header.e_ident[EI_CLASS] != input_elf_class)
+  else if (elf_header.e_ident[EI_CLASS] != input_elf_class)
     {
       non_fatal
        (_("%s: Unmatched EI_CLASS: %d is not %d\n"),