Oops - fix mistake in previous delta where unused variable 'nsyms' was
[deliverable/binutils-gdb.git] / ld / ldver.c
index 8ffcfd2eabfa0b81cb361697ca3ab159a60842a1..4e027b0b57df24267ce822e66be923a72e25cd0f 100644 (file)
@@ -39,12 +39,12 @@ ldversion (noisy)
   fprintf (stdout, _("GNU ld version %s (with BFD %s)\n"),
           ld_program_version, BFD_VERSION);
 
-  if (noisy) 
+  if (noisy)
     {
       ld_emulation_xfer_type **ptr = ld_emulations;
-    
+
       printf (_("  Supported emulations:\n"));
-      while (*ptr) 
+      while (*ptr)
        {
          printf ("   %s\n", (*ptr)->emulation_name);
          ptr++;
This page took 0.029009 seconds and 4 git commands to generate.