gdb/ChangeLog:
* breakpoint.c (watchpoint_exp_is_const): Add missing empty line
between function description and implementation.
+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:
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)
{