From 28397f59868858d1910b96a3f474c5f5e7c1a6dc Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 14 Jan 2005 00:59:32 +0000 Subject: [PATCH] 2005-01-13 Michael Snyder * mdebugread.c: Whitespace tweaks. --- gdb/ChangeLog | 1 + gdb/mdebugread.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8bbc7259f5..50203180f5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2005-01-13 Michael Snyder + * mdebugread.c: Whitespace tweaks. * main.c: Whitespace tweaks. * interps.c: Whitespace tweaks. * infrun.c: Whitespace tweaks. diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 8c3ca848c6..c179f87ed0 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -788,7 +788,7 @@ parse_symbol (SYMR *sh, union aux_ext *ax, char *ext_sh, int bigend, struct blockvector *bv = BLOCKVECTOR (top_stack->cur_st); /* The next test should normally be true, but provides a hook for nested functions (which we don't want to make - global). */ + global). */ if (b == BLOCKVECTOR_BLOCK (bv, STATIC_BLOCK)) b = BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK); /* Irix 5 sometimes has duplicate names for the same -- 2.34.1