diff options
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/real.c b/gcc/real.c index b80aeac843f..b59be66af94 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -2855,7 +2855,7 @@ real_hash (const REAL_VALUE_TYPE *r) gcc_unreachable (); } - if (sizeof(unsigned long) > sizeof(unsigned int)) + if (sizeof (unsigned long) > sizeof (unsigned int)) for (i = 0; i < SIGSZ; ++i) { unsigned long s = r->sig[i]; |