diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-02-18 17:10:32 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-02-18 17:10:32 +0000 |
commit | 2e6e3d9ca60c017794d78912079cfeea957457ab (patch) | |
tree | b8434b7f154f88000de997f777b5329132124b5d /gdb/breakpoint.c | |
parent | 390858943d9e9e40283bda3b038faa592083450f (diff) | |
download | gdb-2e6e3d9ca60c017794d78912079cfeea957457ab.zip gdb-2e6e3d9ca60c017794d78912079cfeea957457ab.tar.gz gdb-2e6e3d9ca60c017794d78912079cfeea957457ab.tar.bz2 |
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.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 4854765..fed62d6 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) { |