mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[frontend] Fix formatting issue.
Swift SVN r11401
This commit is contained in:
@@ -38,8 +38,8 @@ void CompilerInvocation::setMainExecutablePath(StringRef Path) {
|
||||
|
||||
// TODO: remove InputKind param once we support storing it in FrontendOptions
|
||||
static bool ParseFrontendArgs(FrontendOptions &Opts, ArgList &Args,
|
||||
DiagnosticEngine &Diags, SourceFileKind InputKind)
|
||||
{
|
||||
DiagnosticEngine &Diags,
|
||||
SourceFileKind InputKind) {
|
||||
using namespace options;
|
||||
|
||||
if (const Arg *A = Args.getLastArg(OPT_o)) {
|
||||
|
||||
Reference in New Issue
Block a user