aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@cs.fau.de>2019-08-12 14:05:56 +0200
committerFlorian Schmaus <flow@cs.fau.de>2019-08-12 14:15:11 +0200
commit5b3608b97ac0c1bd3469baf5096380d8b894da8d (patch)
tree06a7c41125eea2439fc7fde779461fc1155bd21c
parent863b16e7043ee39674e8f0bbea4c7d5accfaf9a5 (diff)
downloadallocbench-5b3608b97ac0c1bd3469baf5096380d8b894da8d.tar.gz
allocbench-5b3608b97ac0c1bd3469baf5096380d8b894da8d.zip
Whitespace fix in bench.py
-rwxr-xr-xbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench.py b/bench.py
index 9ebaa0d..4985e59 100755
--- a/bench.py
+++ b/bench.py
@@ -173,7 +173,7 @@ def main():
for bench in src.globalvars.benchmarks:
if args.benchmarks and bench not in args.benchmarks:
continue
-
+
if args.exclude_benchmarks and bench in args.exclude_benchmarks:
continue