diff options
author | Joseph Myers <jsm@polyomino.org.uk> | 2004-10-03 21:53:05 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-10-03 21:53:05 +0100 |
commit | 3f75a25471fd0a824043ee42e33b2197eeb903f0 (patch) | |
tree | 9317be258ee227dd26354b571fba81483592c1ab /gcc/c-objc-common.c | |
parent | 57c1f13e476cea29f362f827c802e01b59f21025 (diff) | |
download | gcc-3f75a25471fd0a824043ee42e33b2197eeb903f0.tar.gz |
c-aux-info.c, [...]: Follow code formatting conventions.
* c-aux-info.c, c-common.c, c-common.h, c-cppbuiltin.c, c-decl.c,
c-format.c, c-incpath.c, c-lex.c, c-objc-common.c, c-opts.c,
c-parse.in, c-pch.c, c-ppoutput.c, c-pragma.c, c-typeck.c: Follow
code formatting conventions.
From-SVN: r88462
Diffstat (limited to 'gcc/c-objc-common.c')
-rw-r--r-- | gcc/c-objc-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-objc-common.c b/gcc/c-objc-common.c index 4d321364cc1..278529ec994 100644 --- a/gcc/c-objc-common.c +++ b/gcc/c-objc-common.c @@ -93,7 +93,7 @@ c_cannot_inline_tree_fn (tree *fnp) goto cannot_inline; } - if (! function_attribute_inlinable_p (fn)) + if (!function_attribute_inlinable_p (fn)) { if (do_warning) warning ("%Jfunction %qF can never be inlined because it uses " @@ -117,7 +117,7 @@ c_cannot_inline_tree_fn (tree *fnp) } } - if (! DECL_FILE_SCOPE_P (fn)) + if (!DECL_FILE_SCOPE_P (fn)) { /* If a nested function has pending sizes, we may have already saved them. */ |