fix(bin/linja): indentation

close #515
This commit is contained in:
Soonho Kong 2015-04-04 13:31:35 -04:00
parent 8ca3ee4851
commit fa33f706f8

View file

@ -682,7 +682,7 @@ def make_build_ninja(args):
print("""default all""", file=f)
def escape_dep(s):
return s.replace(" ", "\\ ")
return s.replace(" ", "\\ ")
def make_deps(lean_file, dlean_file, olean_file):
with open(dlean_file, "w") as f: