From: Joel Brobecker Date: Sat, 18 Feb 2012 17:10:32 +0000 (+0000) Subject: Minor reformatting in breakpoint.c (watchpoint_exp_is_const) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e6e3d9ca60c017794d78912079cfeea957457ab;p=binutils-gdb.git 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. --- 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 + + * breakpoint.c (watchpoint_exp_is_const): Add missing empty line + between function description and implementation. + 2012-02-17 Tom Tromey 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) {