diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-10-11 14:00:20 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-10-11 14:00:20 -0500 |
commit | f377f670ccc0439bdb7c065e0671342c96713e6b (patch) | |
tree | 5dd4c950e4351371be8a7b64f9ad348d593d3657 | |
parent | b614f2bc5d9fc421565824b1ceb9a3384f26f35f (diff) |
indentation fix
-rwxr-xr-x | emcc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -629,7 +629,7 @@ try: newargs = [ arg for arg in newargs if arg is not '' ] if split_js_file: - settings_changes.append("PRINT_SPLIT_FILE_MARKER=1") + settings_changes.append("PRINT_SPLIT_FILE_MARKER=1") # Find input files |