[geany/geany] 1f67e4: Replace tabs with 4 spaces in main.py template

Matthew Brush git-noreply at xxxxx
Sun May 4 04:23:29 UTC 2014


Branch:      refs/heads/master
Author:      Matthew Brush <matt at geany.org>
Committer:   Matthew Brush <matt at geany.org>
Date:        Sun, 04 May 2014 04:23:29 UTC
Commit:      1f67e42b1206165f6a96e0e892f6e3bd604a39a8
             https://github.com/geany/geany/commit/1f67e42b1206165f6a96e0e892f6e3bd604a39a8

Log Message:
-----------
Replace tabs with 4 spaces in main.py template


Modified Paths:
--------------
    data/templates/files/main.py

Modified: data/templates/files/main.py
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -5,9 +5,9 @@
 
 
 def main():
-	
-	return 0
+
+    return 0
 
 if __name__ == '__main__':
-	main()
+    main()
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list