Delete trailing whitespace.

llvm-svn: 314232
This commit is contained in:
Nico Weber 2017-09-26 18:38:56 +00:00
parent 67ef14fe48
commit dffc55c1cd
1 changed files with 1 additions and 1 deletions

View File

@ -1023,7 +1023,7 @@ Token *Preprocessor::cacheMacroExpandedTokens(TokenLexer *tokLexer,
size_t newIndex = MacroExpandedTokens.size();
bool cacheNeedsToGrow = tokens.size() >
MacroExpandedTokens.capacity()-MacroExpandedTokens.size();
MacroExpandedTokens.capacity()-MacroExpandedTokens.size();
MacroExpandedTokens.append(tokens.begin(), tokens.end());
if (cacheNeedsToGrow) {