Remove some trailing spaces in source.c
authorJoel Brobecker <brobecker@adacore.com>
Mon, 2 Jun 2014 15:23:50 +0000 (08:23 -0700)
committerJoel Brobecker <brobecker@adacore.com>
Mon, 2 Jun 2014 15:38:21 +0000 (08:38 -0700)
gdb/ChangeLog:

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

gdb/ChangeLog
gdb/source.c

index e310659e964ed1e828c3da268c8778ba0e1d3aff..aa56a106dbe99f9f447a9ecbc4873ab289d77b86 100644 (file)
@@ -1,3 +1,7 @@
+2014-06-02  Joel Brobecker  <brobecker@adacore.com>
+
+       * source.c (substitute_path_rule_matches): Remove trailing spaces.
+
 2014-06-01  Ludovic Courtès  <ludo@gnu.org>
 
        * configure.ac: When Guile is available, check for the
index c77a4f45c2490ae8567e5ccab741e43c6436c944..cb05939710e92e1c9e69faa342b946af81aa36b3 100644 (file)
@@ -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;