mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Adjust the indentation of continuation line as requested by @gribozavr in #655
This commit is contained in:
@@ -188,7 +188,7 @@ def get_preset_options(substitutions, preset_file_names, preset_name):
|
||||
sys.exit(1)
|
||||
if missing_opts:
|
||||
print_with_argv0("missing option(s) for preset '" + preset_name +
|
||||
"': " + ", ".join(missing_opts))
|
||||
"': " + ", ".join(missing_opts))
|
||||
sys.exit(1)
|
||||
|
||||
return build_script_opts + [ "--" ] + build_script_impl_opts
|
||||
|
||||
Reference in New Issue
Block a user