ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / emultempl / m68kelf.em
index 9da6e664a38c3fbb1b81bf734916f686eec05850..de4ef7d31e8c17c972f9666d8a88849f59ca62f6 100644 (file)
@@ -235,15 +235,15 @@ PARSE_AND_LIST_OPTIONS='
 PARSE_AND_LIST_ARGS_CASES='
     case OPTION_GOT:
       if (strcmp (optarg, "target") == 0)
-        got_handling = GOT_HANDLING_TARGET_DEFAULT;
+       got_handling = GOT_HANDLING_TARGET_DEFAULT;
       else if (strcmp (optarg, "single") == 0)
-        got_handling = 0;
+       got_handling = 0;
       else if (strcmp (optarg, "negative") == 0)
-        got_handling = 1;
+       got_handling = 1;
       else if (strcmp (optarg, "multigot") == 0)
-        got_handling = 2;
+       got_handling = 2;
       else
-        einfo (_("Unrecognized --got argument '\''%s'\''.\n"), optarg);
+       einfo (_("Unrecognized --got argument '\''%s'\''.\n"), optarg);
       break;
 '
 
This page took 0.024418 seconds and 4 git commands to generate.