mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix indentation
Swift SVN r7393
This commit is contained in:
@@ -91,8 +91,7 @@ parseSelectorArgument(Parser &P,
|
||||
}
|
||||
|
||||
if (!P.Tok.is(tok::l_paren)) {
|
||||
P.diagnose(P.Tok.getLoc(),
|
||||
diag::func_selector_without_paren);
|
||||
P.diagnose(P.Tok.getLoc(), diag::func_selector_without_paren);
|
||||
return makeParserError();
|
||||
}
|
||||
P.consumeToken();
|
||||
|
||||
Reference in New Issue
Block a user