summaryrefslogtreecommitdiffstats
path: root/lib/Lex/TokenLexer.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-07-08 01:04:24 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-07-08 01:04:24 +0000
commitb1077dcd9f40f8fb4b7a22a9bcc1dcac05b3dbae (patch)
tree2903bf7c94077fad98f78ec7efd5f9dc2f4dca75 /lib/Lex/TokenLexer.cpp
parent886ea9b4c8b20b3c550dffaa893b194792e49078 (diff)
Tweak formatting.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134675 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/TokenLexer.cpp')
-rw-r--r--lib/Lex/TokenLexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lex/TokenLexer.cpp b/lib/Lex/TokenLexer.cpp
index 8aa2c79ac3..28ca9b40a9 100644
--- a/lib/Lex/TokenLexer.cpp
+++ b/lib/Lex/TokenLexer.cpp
@@ -281,7 +281,7 @@ void TokenLexer::ExpandFunctionArguments() {
Tok.setKind(tok::unknown);
}
- if(InstantiateLocStart.isValid()) {
+ if (InstantiateLocStart.isValid()) {
SourceLocation curInst =
getMacroExpansionLocation(CurTok.getLocation());
assert(curInst.isValid() &&