Adjust the indentation of continuation line as requested by @gribozavr in #655

This commit is contained in:
practicalswift
2015-12-21 08:35:41 +01:00
parent 05eeb87828
commit 2ce3b2bba1

View File

@@ -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