From 30f7a3786cb384b94caaf87cb231f3d8c8f8acbc Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 8 Aug 2001 22:06:48 +0000 Subject: dbxout.c: Fix comment formatting. * dbxout.c: Fix comment formatting. * dependence.c: Likewise. * df.c: Likewise. * diagnostic.c: Likewise. * dominance.c: Likewise. * doprint.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * emit-rtl.c: Likewise. * except.c: Likewise. * explow.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * flow.c: Likewise. * fold-const.c: Likewise. * function.c: Likewise. From-SVN: r44729 --- gcc/dbxout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/dbxout.c') diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 60a91fe..18ea196 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -2737,7 +2737,7 @@ dbxout_block (block, depth, args) did_output = 1; #else /* In dbx format, the syms of a block come before the N_LBRAC. - If nothing is output, we don't need the N_LBRAC, either. */ + If nothing is output, we don't need the N_LBRAC, either. */ did_output = 0; if (debug_info_level != DINFO_LEVEL_TERSE || depth == 0) did_output = dbxout_syms (BLOCK_VARS (block)); -- cgit v1.1