ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / emultempl / metagelf.em
index 0a2fbd481a12ea65d1beb6da7226e7f3652ed7ca..b26a7383d5b122760e49907e1f095cd5f23e836d 100644 (file)
@@ -328,8 +328,8 @@ PARSE_AND_LIST_ARGS_CASES='
     case OPTION_STUBGROUP_SIZE:
       {
        const char *end;
-        group_size = bfd_scan_vma (optarg, &end, 0);
-        if (*end)
+       group_size = bfd_scan_vma (optarg, &end, 0);
+       if (*end)
          einfo (_("%P%F: invalid number `%s'\''\n"), optarg);
       }
       break;
This page took 0.024726 seconds and 4 git commands to generate.