aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-11-07 16:30:19 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-11-07 16:30:19 +0000
commit2b914b527a80942f737647974ec213c0f22ea192 (patch)
treebb83aaa974e352e85d269dd3228471ba61ff5ed2 /gdb/infrun.c
parenta13852d93636405b7b3cf87f10521e52bcaafe48 (diff)
downloadgdb-2b914b527a80942f737647974ec213c0f22ea192.zip
gdb-2b914b527a80942f737647974ec213c0f22ea192.tar.gz
gdb-2b914b527a80942f737647974ec213c0f22ea192.tar.bz2
Minor reformatting in infrun.c:handle_inferior_event
gdb/ChangeLog: * infrun.c (handle_inferior_event): Minor reformatting.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index 7ec0788..3361926 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -4928,8 +4928,8 @@ process_event_stop_test:
struct symtab_and_line tmp_sal;
tmp_sal = find_pc_line (ecs->stop_func_start, 0);
- if (tmp_sal.line != 0 &&
- !function_pc_is_marked_for_skip (ecs->stop_func_start))
+ if (tmp_sal.line != 0
+ && !function_pc_is_marked_for_skip (ecs->stop_func_start))
{
if (execution_direction == EXEC_REVERSE)
handle_step_into_function_backward (gdbarch, ecs);