Skip to content

Commit 2ce3b2b

Browse files
Adjust the indentation of continuation line as requested by @gribozavr in #655
1 parent 05eeb87 commit 2ce3b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/SwiftBuildSupport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def get_preset_options(substitutions, preset_file_names, preset_name):
188188
sys.exit(1)
189189
if missing_opts:
190190
print_with_argv0("missing option(s) for preset '" + preset_name +
191-
"': " + ", ".join(missing_opts))
191+
"': " + ", ".join(missing_opts))
192192
sys.exit(1)
193193

194194
return build_script_opts + [ "--" ] + build_script_impl_opts

0 commit comments

Comments
 (0)