aboutsummaryrefslogtreecommitdiff
path: root/Lex/PPExpressions.cpp
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2007-08-29 22:13:52 +0000
committerNeil Booth <neil@daikokuya.co.uk>2007-08-29 22:13:52 +0000
commit79859c3ce1040e07ffed8f3a17dff33b739c8f11 (patch)
treee6fab4632315976666e902a21cb43d23ce5382d6 /Lex/PPExpressions.cpp
parentb94495155dd551ee81ad0c1865acd9ff1bbd632d (diff)
Spaces not tabs.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41582 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Lex/PPExpressions.cpp')
-rw-r--r--Lex/PPExpressions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lex/PPExpressions.cpp b/Lex/PPExpressions.cpp
index 6793a0123c..48ec52af8c 100644
--- a/Lex/PPExpressions.cpp
+++ b/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.