Clean up tab vs space issues

discovered by @axelstudios
This commit is contained in:
Jason Turner
2014-05-23 09:56:55 -06:00
parent be9632d0ad
commit 46e7d0ab99
23 changed files with 86 additions and 86 deletions

View File

@@ -1,4 +1,4 @@
def greet {
return("hello")
return("hello")
}