summaryrefslogtreecommitdiff
path: root/run.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 /run.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 'run.py')
-rwxr-xr-xrun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index fae3649..360c7c9 100755
--- a/run.py
+++ b/run.py
@@ -146,4 +146,4 @@ def main():
print("shader-db run completed in {:.1f} secs".format(runtimeafter - runtimebefore))
if __name__ == "__main__":
- main()
+ main()