mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Erase redundant whitespaces.
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user