From: Alexandre Oliva Date: Sat, 15 Dec 2007 21:46:41 +0000 (+0000) Subject: * tree.c (type_hash_add): Fix whitespace. X-Git-Tag: releases/gcc-4.3.0~955 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0d667cbfa4784994ff2ad3ad6c011f580a22d5c;p=thirdparty%2Fgcc.git * tree.c (type_hash_add): Fix whitespace. From-SVN: r130974 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fcbc33c09a19..dc72887a10cc 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 6cb76f055070..d52f7c658688 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