mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Fix incorrect spacing
This commit is contained in:
@@ -323,7 +323,7 @@ static bool ParseFrontendArgs(FrontendOptions &Opts, ArgList &Args,
|
||||
Action = FrontendOptions::REPL;
|
||||
} else if (Opt.matches(OPT_interpret)) {
|
||||
Action = FrontendOptions::Immediate;
|
||||
} else if(Opt.matches(OPT_update_code)) {
|
||||
} else if (Opt.matches(OPT_update_code)) {
|
||||
Action = FrontendOptions::UpdateCode;
|
||||
} else {
|
||||
llvm_unreachable("Unhandled mode option");
|
||||
|
||||
Reference in New Issue
Block a user