From 1f67e42b1206165f6a96e0e892f6e3bd604a39a8 Mon Sep 17 00:00:00 2001 From: Matthew Brush Date: Sat, 3 May 2014 21:20:18 -0700 Subject: [PATCH] Replace tabs with 4 spaces in main.py template --- data/templates/files/main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/templates/files/main.py b/data/templates/files/main.py index 9e2c1c90..d4259ad0 100644 --- a/data/templates/files/main.py +++ b/data/templates/files/main.py @@ -5,9 +5,9 @@ def main(): - - return 0 + + return 0 if __name__ == '__main__': - main() + main()