From f888f159f4f70d4af73b17b08c39fdf4d8dd5c6b Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Thu, 12 Jan 2012 00:00:01 +0000 Subject: [PATCH] Trivial cleanup: kill trailing whitespace --- gdb/symfile.c | 8 ++++---- 1 file 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)) -- 2.47.2