Skip to content

Commit 874f53d

Browse files
Fixing spacing.
1 parent c69d754 commit 874f53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Driver/DarwinToolChains.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ bool toolchains::Darwin::shouldStoreInvocationInDebugInfo() const {
585585
return false;
586586
}
587587

588-
static void validateDeploymentTarget(const toolchains::Darwin& TC,
588+
static void validateDeploymentTarget(const toolchains::Darwin &TC,
589589
DiagnosticEngine &diags,
590590
const llvm::opt::ArgList &args) {
591591
// Check minimum supported OS versions.

0 commit comments

Comments
 (0)