Erase redundant whitespaces.

This commit is contained in:
Ge Sen
2015-12-10 13:35:06 +08:00
parent 447c9862c2
commit 7ac02d54ba
21 changed files with 24 additions and 24 deletions

View File

@@ -666,7 +666,7 @@ std::pair<bool, Stmt *> ModelASTWalker::walkToStmtPre(Stmt *S) {
TokLen = 7; // '#elseif'
if (!passNonTokenNode({SyntaxNodeKind::BuildConfigKeyword,
CharSourceRange(Clause.Loc, TokLen) }))
return { false, nullptr };
return { false, nullptr };
if (Clause.Cond && !annotateIfConfigConditionIdentifiers(Clause.Cond))
return { false, nullptr };