diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4cb1be1aa7a..e9922aa3ee0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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:
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 485476581c4..fed62d6be74 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -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)
 {