about summary refs log tree commit diff
path: root/ctype
diff options
context:
space:
mode:
Diffstat (limited to 'ctype')
-rw-r--r--ctype/ctype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctype/ctype.h b/ctype/ctype.h
index 218ebe9048..a0d840162e 100644
--- a/ctype/ctype.h
+++ b/ctype/ctype.h
@@ -165,7 +165,7 @@ toupper (int __c) __THROW
 
 #if __GNUC__ >= 2 && defined __OPTIMIZE__ && !defined __cplusplus
 # define __tobody(c, f, a) \
-  (__extension__
+  (__extension__							      \
    ({ int __res;							      \
       if (sizeof (c) > 1)						      \
 	{								      \