Fix the build break introduced by r195799 by restoring two close

curlies.

llvm-svn: 195802
This commit is contained in:
Chandler Carruth 2013-11-27 01:40:12 +00:00
parent cd4807595d
commit c4399b105b

View File

@ -114,4 +114,5 @@ void Preprocessor::AnnotatePreviousCachedTokens(const Token &Tok) {
CachedLexPos = i;
return;
}
}
}