]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/emultempl/ticoff.em
ld whitespace fixes
[thirdparty/binutils-gdb.git] / ld / emultempl / ticoff.em
index 926dbd9f94cadcf5ea16bd95b946eb945607d0ee..d394e12465cde7e1726f9ec5f0c30c5aa6b9e6c6 100644 (file)
@@ -78,17 +78,17 @@ gld${EMULATION_NAME}_handle_option (int optc)
 
     case OPTION_COFF_FORMAT:
       if ((*optarg == '0' || *optarg == '1' || *optarg == '2')
-          && optarg[1] == '\0')
-      {
-        static char buf[] = "coffX-${OUTPUT_FORMAT_TEMPLATE}";
-        coff_version = *optarg - '0';
-        buf[4] = *optarg;
-       lang_add_output_format (buf, NULL, NULL, 0);
-      }
+         && optarg[1] == '\0')
+       {
+         static char buf[] = "coffX-${OUTPUT_FORMAT_TEMPLATE}";
+         coff_version = *optarg - '0';
+         buf[4] = *optarg;
+         lang_add_output_format (buf, NULL, NULL, 0);
+       }
       else
-        {
+       {
          einfo (_("%P%F: invalid COFF format version %s\n"), optarg);
-        }
+       }
       break;
     }
   return FALSE;