diff options
Diffstat (limited to 'gdb/macroscope.c')
-rw-r--r-- | gdb/macroscope.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/macroscope.c b/gdb/macroscope.c index e2abdd1..eb1eac2 100644 --- a/gdb/macroscope.c +++ b/gdb/macroscope.c @@ -121,8 +121,8 @@ default_macro_scope (void) symbol files loaded, then get_current_or_default would raise an error. But `set width' shouldn't raise an error just because it can't decide which scope to macro-expand its argument in. */ - struct symtab_and_line cursal = - get_current_source_symtab_and_line (); + struct symtab_and_line cursal + = get_current_source_symtab_and_line (); sal.symtab = cursal.symtab; sal.line = cursal.line; |