Minor reformatting in breakpoint.c (watchpoint_exp_is_const)

gdb/ChangeLog:

 	* breakpoint.c (watchpoint_exp_is_const): Add missing empty line
 	between function description and implementation.
This commit is contained in:
Joel Brobecker
2012-02-18 17:10:32 +00:00
parent 390858943d
commit 2e6e3d9ca6
2 changed files with 6 additions and 0 deletions

View 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:

View 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)
{