summaryrefslogtreecommitdiff
path: root/report.py
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2014-07-09 14:53:56 -0700
committerKenneth Graunke <kenneth@whitecape.org>2014-07-13 23:31:19 -0700
commit0db3a4dee5d64081bc7729e661485012d81d8a20 (patch)
tree47cd7a2f2848e8f90afc002dfdf2da4c543a2078 /report.py
parentb67a54332c392602784ebcee1b5474d149be992e (diff)
python: Replace tabs with spaces
Python3 doesn't allow mixed tabs and spaces. Its surprising that this code doesn't raise a runtime exception as is Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'report.py')
-rwxr-xr-xreport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/report.py b/report.py
index 084309d..dfdc3c1 100755
--- a/report.py
+++ b/report.py
@@ -135,4 +135,4 @@ def main():
print("GAINED: {0}".format(len(gained)))
print("LOST: {0}".format(len(lost)))
if __name__ == "__main__":
- main()
+ main()