diff options
| author | Florian Schmaus <flow@cs.fau.de> | 2019-08-12 14:05:56 +0200 |
|---|---|---|
| committer | Florian Schmaus <flow@cs.fau.de> | 2019-08-12 14:15:11 +0200 |
| commit | 5b3608b97ac0c1bd3469baf5096380d8b894da8d (patch) | |
| tree | 06a7c41125eea2439fc7fde779461fc1155bd21c | |
| parent | 863b16e7043ee39674e8f0bbea4c7d5accfaf9a5 (diff) | |
| download | allocbench-5b3608b97ac0c1bd3469baf5096380d8b894da8d.tar.gz allocbench-5b3608b97ac0c1bd3469baf5096380d8b894da8d.zip | |
Whitespace fix in bench.py
| -rwxr-xr-x | bench.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
