diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2007-08-29 22:13:52 +0000 |
---|---|---|
committer | Neil Booth <neil@daikokuya.co.uk> | 2007-08-29 22:13:52 +0000 |
commit | 4a1ee0562d9f1531c866f6035913163ff5dd6e46 (patch) | |
tree | 436fba0c97bff8abfcdedc6fcbcab73d0621cc92 /clang/Lex/PPExpressions.cpp | |
parent | ac582c5ecbb73b130e10f8a812de823270fc83b4 (diff) | |
download | bcm5719-llvm-4a1ee0562d9f1531c866f6035913163ff5dd6e46.tar.gz bcm5719-llvm-4a1ee0562d9f1531c866f6035913163ff5dd6e46.zip |
Spaces not tabs.
llvm-svn: 41582
Diffstat (limited to 'clang/Lex/PPExpressions.cpp')
-rw-r--r-- | clang/Lex/PPExpressions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Lex/PPExpressions.cpp b/clang/Lex/PPExpressions.cpp index 6793a0123ca..48ec52af8cb 100644 --- a/clang/Lex/PPExpressions.cpp +++ b/clang/Lex/PPExpressions.cpp @@ -169,7 +169,7 @@ static bool EvaluateValue(llvm::APSInt &Result, Token &PeekTok, // long long is a C99 feature. if (!PP.getLangOptions().C99 && !PP.getLangOptions().CPlusPlus0x - && Literal.isLongLong) + && Literal.isLongLong) PP.Diag(PeekTok, diag::ext_longlong); // Parse the integer literal into Result. |