Minor reformatting in breakpoint.c (watchpoint_exp_is_const)
authorJoel Brobecker <brobecker@gnat.com>
Sat, 18 Feb 2012 17:10:32 +0000 (17:10 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Sat, 18 Feb 2012 17:10:32 +0000 (17:10 +0000)
gdb/ChangeLog:

  * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
  between function description and implementation.

gdb/ChangeLog
gdb/breakpoint.c

index 4cb1be1..e9922aa 100644 (file)
@@ -1,3 +1,8 @@
+2012-20-18  Joel Brobecker  <brobecker@adacore.com>
+
+       * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
+       between function description and implementation.
+
 2012-02-17  Tom Tromey  <tromey@redhat.com>
 
        PR python/12070:
index 4854765..fed62d6 100644 (file)
@@ -8766,6 +8766,7 @@ break_range_command (char *arg, int from_tty)
     means EXP is variable.  Also the constant detection may fail for
     some constant expressions and in such case still falsely return
     zero.  */
+
 static int
 watchpoint_exp_is_const (const struct expression *exp)
 {