Remove trailing spaces in breakpoint.c:init_breakpoint_sal
authorJoel Brobecker <brobecker@gnat.com>
Tue, 15 May 2012 14:48:19 +0000 (14:48 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 15 May 2012 14:48:19 +0000 (14:48 +0000)
gdb/ChangeLog:

        * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.

gdb/ChangeLog
gdb/breakpoint.c

index 1611160b5b5caf9d206f8447006976e86705c1a4..c488a2fd77424f169651aabfdf4654d5fd2e2626 100644 (file)
@@ -1,3 +1,7 @@
+2012-05-15  Joel Brobecker  <brobecker@adacore.com>
+
+       * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
+
 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
 
        * breakpoint.c (find_condition_and_thread): Minor reformatting.
index d4ce038e8ab1f36967e0fff67822032ae86e250c..9eecdf88341903dcd92fe068dfef719930aaca64 100644 (file)
@@ -8564,7 +8564,7 @@ init_breakpoint_sal (struct breakpoint *b, struct gdbarch *gdbarch,
          init_raw_breakpoint (b, gdbarch, sal, type, ops);
          b->thread = thread;
          b->task = task;
-  
+
          b->cond_string = cond_string;
          b->extra_string = extra_string;
          b->ignore_count = ignore_count;
@@ -8643,7 +8643,7 @@ init_breakpoint_sal (struct breakpoint *b, struct gdbarch *gdbarch,
        }
       else if (b->extra_string)
        error (_("Garbage %s at end of command"), b->extra_string);
-    }   
+    }
 
   b->display_canonical = display_canonical;
   if (addr_string)
This page took 0.037569 seconds and 4 git commands to generate.