Minor reformatting in infrun.c:handle_inferior_event

gdb/ChangeLog:

        * infrun.c (handle_inferior_event): Minor reformatting.
This commit is contained in:
Joel Brobecker 2011-11-07 16:30:19 +00:00
parent a13852d936
commit 2b914b527a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-11-07 Joel Brobecker <brobecker@adacore.com>
* infrun.c (handle_inferior_event): Minor reformatting.
2011-11-05 Doug Evans <dje@google.com>
* source.c (forget_cached_source_info_for_objfile): Move call to

View File

@ -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);