Skip to content

Commit

Permalink
Use tabs in the generated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 18, 2017
1 parent 62e0317 commit 2a474a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osmerge/models/project.py
Expand Up @@ -35,7 +35,7 @@
clean:
rm -rf tmp
"""
""".replace(' ' * 4, '\t')

INDEX = """
Expand Down

0 comments on commit 2a474a3

Please sign in to comment.