aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/include/obstack.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/include/obstack.h')
-rw-r--r--gnu/usr.bin/cc/include/obstack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/include/obstack.h b/gnu/usr.bin/cc/include/obstack.h
index 28bcd44dba80..7b04c906e777 100644
--- a/gnu/usr.bin/cc/include/obstack.h
+++ b/gnu/usr.bin/cc/include/obstack.h
@@ -331,7 +331,7 @@ __extension__ \
/* These assume that the obstack alignment is good enough for pointers or ints,
and that the data added so far to the current object
shares that much alignment. */
-
+
#define obstack_ptr_grow(OBSTACK,datum) \
__extension__ \
({ struct obstack *__o = (OBSTACK); \