[pushed] Remove some trailing spaces in source.c

Message ID 1401723679-11653-1-git-send-email-brobecker@adacore.com
State Committed
Headers

Commit Message

Joel Brobecker June 2, 2014, 3:41 p.m. UTC
  Hello,

Just some annoying trailing spaces I just happened to notice while
working on that function...

gdb/ChangeLog:

        * source.c (substitute_path_rule_matches): Remove trailing spaces.

Tested on x86_64-linux.  Pushed.

Thanks,
  

Patch

diff --git a/gdb/source.c b/gdb/source.c
index c77a4f4..cb05939 100644
--- a/gdb/source.c
+++ b/gdb/source.c
@@ -952,7 +952,7 @@  substitute_path_rule_matches (const struct substitute_path_rule *rule,
   /* Make sure that the region in the path that matches the substitution
      rule is immediately followed by a directory separator (or the end of
      string character).  */
-  
+
   if (path[from_len] != '\0' && !IS_DIR_SEPARATOR (path[from_len]))
     return 0;