From 9f50033031eef8a61e66a9e3cd388845dff8579b Mon Sep 17 00:00:00 2001 From: msnyder Date: Fri, 14 Jan 2005 02:32:24 +0000 Subject: [PATCH] 2005-01-13 Michael Snyder * stack.c: Whitespace tweaks. --- gdb/ChangeLog | 2 ++ gdb/stack.c | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f37eed9489..6e637b8b81 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -20,6 +20,8 @@ 2005-01-13 Michael Snyder + * stack.c: Whitespace tweaks. + * somsolib.[ch]: Whitespace tweaks. * solib-aix.c: Whitespace tweaks. * solib.c: Whitespace tweaks. * solib-frv.c: Whitespace tweaks. diff --git a/gdb/stack.c b/gdb/stack.c index d37294dba1..2d8968c41b 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -513,7 +513,9 @@ print_frame_info (struct frame_info *fi, int print_level, if (!done) { if (deprecated_print_frame_info_listing_hook) - deprecated_print_frame_info_listing_hook (sal.symtab, sal.line, sal.line + 1, 0); + deprecated_print_frame_info_listing_hook (sal.symtab, + sal.line, + sal.line + 1, 0); else { /* We used to do this earlier, but that is clearly @@ -523,7 +525,7 @@ print_frame_info (struct frame_info *fi, int print_level, when we stepi/nexti into the middle of a source line. Only the command line really wants this behavior. Other UIs probably would like the - ability to decide for themselves if it is desired. */ + ability to decide for themselves if it is desired. */ if (addressprint && mid_statement) { ui_out_field_core_addr (uiout, "addr", get_frame_pc (fi)); -- 2.11.0