Replace tabs with 4 spaces in main.py template

This commit is contained in:
Matthew Brush 2014-05-03 21:20:18 -07:00
parent ace6d6b3ed
commit 1f67e42b12

View File

@ -5,9 +5,9 @@
def main():
return 0
return 0
if __name__ == '__main__':
main()
main()