forked from OSchip/llvm-project
Fix the build break introduced by r195799 by restoring two close
curlies. llvm-svn: 195802
This commit is contained in:
parent
cd4807595d
commit
c4399b105b
clang/lib/Lex
|
@ -114,4 +114,5 @@ void Preprocessor::AnnotatePreviousCachedTokens(const Token &Tok) {
|
|||
CachedLexPos = i;
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue