diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2012-01-12 00:00:01 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2012-01-12 00:00:01 +0000 |
commit | f888f159f4f70d4af73b17b08c39fdf4d8dd5c6b (patch) | |
tree | 30b5108170af1d70fb8173dc63deeaa5c3368fc4 /gdb/symfile.c | |
parent | da737a1679ae2df93bbd9e8f15e50ec3960bfa9c (diff) | |
download | binutils-gdb-f888f159f4f70d4af73b17b08c39fdf4d8dd5c6b.tar.gz |
Trivial cleanup: kill trailing whitespace
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index 116b9956586..e9b6e7b0007 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -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)) |