From 0b3b598f3df4ff0f82b5476373bff3dcf2002f5f Mon Sep 17 00:00:00 2001 From: aoliva Date: Sat, 15 Dec 2007 21:46:41 +0000 Subject: [PATCH 1/1] * tree.c (type_hash_add): Fix whitespace. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130974 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/tree.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fcbc33c09a1..dc72887a10c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-12-15 Alexandre Oliva + + * tree.c (type_hash_add): Fix whitespace. + 2007-12-15 Hans-Peter Nilsson Add CRIS v32 support. Fix -mcc-init. diff --git a/gcc/tree.c b/gcc/tree.c index 6cb76f05507..d52f7c65868 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -4677,7 +4677,7 @@ type_hash_add (hashval_t hashcode, tree type) h->hash = hashcode; h->type = type; loc = htab_find_slot_with_hash (type_hash_table, h, hashcode, INSERT); - *loc = (void*)h; + *loc = (void *)h; } /* Given TYPE, and HASHCODE its hash code, return the canonical -- 2.11.0