summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-11-27 01:40:12 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-11-27 01:40:12 +0000
commitc4399b105b8e9ded4de0e16d5313204b0e770094 (patch)
tree37b26c8dedeb6b7060cb52f96386869c886b1abc
parentcd4807595da46cecf1d30ca980c8da857eec9049 (diff)
downloadbcm5719-llvm-c4399b105b8e9ded4de0e16d5313204b0e770094.tar.gz
bcm5719-llvm-c4399b105b8e9ded4de0e16d5313204b0e770094.zip
Fix the build break introduced by r195799 by restoring two close
curlies. llvm-svn: 195802
-rw-r--r--clang/lib/Lex/PPCaching.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/Lex/PPCaching.cpp b/clang/lib/Lex/PPCaching.cpp
index e8d95ba6654..bd48ae64ab4 100644
--- a/clang/lib/Lex/PPCaching.cpp
+++ b/clang/lib/Lex/PPCaching.cpp
@@ -114,4 +114,5 @@ void Preprocessor::AnnotatePreviousCachedTokens(const Token &Tok) {
CachedLexPos = i;
return;
}
-
+ }
+}
OpenPOWER on IntegriCloud