Trivial cleanup: kill trailing whitespace
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Thu, 12 Jan 2012 00:00:01 +0000 (00:00 +0000)
committerPaul Pluzhnikov <ppluzhnikov@google.com>
Thu, 12 Jan 2012 00:00:01 +0000 (00:00 +0000)
gdb/symfile.c

index 116b9956586b2678a2e0ef4b54fb2c4af95c65ed..e9b6e7b0007853b1b45c0c0283e0facaddcc5686 100644 (file)
@@ -1500,7 +1500,7 @@ find_separate_debug_file_by_debuglink (struct objfile *objfile)
     goto cleanup_return_debugfile;
 
   /* Then try in the global debugfile directories.
+
      Keep backward compatibility so that DEBUG_FILE_DIRECTORY being "" will
      cause "/..." lookups.  */
 
@@ -1545,7 +1545,7 @@ find_separate_debug_file_by_debuglink (struct objfile *objfile)
       debugdir = debugdir_end;
     }
   while (*debugdir != 0);
-  
+
   xfree (debugfile);
   debugfile = NULL;
 
@@ -1631,7 +1631,7 @@ set_initial_language (void)
   else
     {
       const char *filename;
-      
+
       filename = find_main_filename ();
       if (filename != NULL)
        lang = deduce_language_from_filename (filename);
@@ -2942,7 +2942,7 @@ section_is_overlay (struct obj_section *section)
     {
       bfd *abfd = section->objfile->obfd;
       asection *bfd_section = section->the_bfd_section;
-  
+
       if (bfd_section_lma (abfd, bfd_section) != 0
          && bfd_section_lma (abfd, bfd_section)
             != bfd_section_vma (abfd, bfd_section))