diff options
author | Kazu Hirata <kazu@hxi.com> | 2002-01-05 22:11:21 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-01-05 22:11:21 +0000 |
commit | c4f2c49991795420f122884bb370ebfb757dc787 (patch) | |
tree | c82a399277d5efe697a879308c7e2870fbb15a79 /gcc/ggc-common.c | |
parent | cf0d9408617d653d4b53dd80e638ad0f4efe5161 (diff) | |
download | gcc-c4f2c49991795420f122884bb370ebfb757dc787.zip gcc-c4f2c49991795420f122884bb370ebfb757dc787.tar.gz gcc-c4f2c49991795420f122884bb370ebfb757dc787.tar.bz2 |
cse.c: Fix formatting.
* cse.c: Fix formatting.
* dwarf2asm.c: Likewise.
* dwarf2out.c: Likewise.
* explow.c: Likewise.
* expmed.c: Likewise.
* function.c: Likewise.
* gcov.c: Likewise.
* gencheck.c: Likewise.
* genrecog.c: Likewise.
* ggc-common.c: Likewise.
* ggc-page.c: Likewise.
* global.c: Likewise.
From-SVN: r48570
Diffstat (limited to 'gcc/ggc-common.c')
-rw-r--r-- | gcc/ggc-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c index 5fdd5e1..77614ff 100644 --- a/gcc/ggc-common.c +++ b/gcc/ggc-common.c @@ -1,5 +1,5 @@ /* Simple garbage collection for the GNU compiler. - Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GCC. @@ -165,7 +165,7 @@ ggc_del_root (base) x = x->next; } - abort(); + abort (); } /* Add a hash table to be scanned when all roots have been processed. We |