[gardening] Fix incorrect spacing

This commit is contained in:
practicalswift
2017-04-18 19:15:25 +02:00
parent 6e4547bb66
commit eab6a01b7b

View File

@@ -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");