summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-11-14 01:42:45 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-11-14 01:42:45 +0000
commit6389ac676726fb844b09783ee43cfa30b1d85add (patch)
tree2b6171f1c366fc9b11a74e532077361490556e7b /gcc/dwarf2out.c
parent03d0f008af5fbd69d702a9ec80d25fc7985ef95a (diff)
downloadgcc-6389ac676726fb844b09783ee43cfa30b1d85add.tar.gz
Minor spacing nit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16477 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r--gcc/dwarf2out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index 9d7ebc14d91..dbb0049075d 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -4254,7 +4254,7 @@ build_abbrev_table (die)
n_alloc = abbrev_die_table_allocated + ABBREV_DIE_TABLE_INCREMENT;
abbrev_die_table
= (dw_die_ref *) xrealloc (abbrev_die_table,
- sizeof (dw_die_ref) * n_alloc);
+ sizeof (dw_die_ref) * n_alloc);
bzero ((char *) &abbrev_die_table[abbrev_die_table_allocated],
(n_alloc - abbrev_die_table_allocated) * sizeof (dw_die_ref));