]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/emultempl/ppc64elf.em
ld whitespace fixes
[thirdparty/binutils-gdb.git] / ld / emultempl / ppc64elf.em
index 5c3ecb05c0d6e38f9bdf948abb5df7b377f6f854..ac306645d11b583cc01fe7786b1484ff9a3e4d53 100644 (file)
@@ -826,8 +826,8 @@ PARSE_AND_LIST_ARGS_CASES=${PARSE_AND_LIST_ARGS_CASES}'
     case OPTION_STUBGROUP_SIZE:
       {
        const char *end;
-        params.group_size = bfd_scan_vma (optarg, &end, 0);
-        if (*end)
+       params.group_size = bfd_scan_vma (optarg, &end, 0);
+       if (*end)
          einfo (_("%P%F: invalid number `%s'\''\n"), optarg);
       }
       break;