From ba42651608da1be0d152e03ad42ea96fc8476ac7 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 16 Oct 2018 17:35:46 -0700 Subject: [PATCH] Fix indent --- test/fuzzing/run-shape-fuzzer-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fuzzing/run-shape-fuzzer-tests.py b/test/fuzzing/run-shape-fuzzer-tests.py index 31446890..074ecc8e 100755 --- a/test/fuzzing/run-shape-fuzzer-tests.py +++ b/test/fuzzing/run-shape-fuzzer-tests.py @@ -22,7 +22,7 @@ fails = 0 parent_path = os.path.join (srcdir, "fonts") for file in os.listdir (parent_path): - path = os.path.join(parent_path, file) + path = os.path.join(parent_path, file) p = subprocess.Popen ([hb_shape_fuzzer, path]) -- GitLab