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 4cb1be1aa7a7fc5b1e5e1bc563442c1112034f99..e9922aa3ee0ad8ac82228c61ca85bd989083628b 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 485476581c47deaa05f1f65b93b3cfb6fdaae5d9..fed62d6be743214af30379234c2d338b2d4267df 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)
 {