test/fuzzing/run-shape-fuzzer-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ba42651608da1be0d152e03ad42ea96fc8476ac7 Author: Behdad Esfahbod <[email protected]> Date: Tue Oct 16 17:35:46 2018 -0700 Fix indent 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]) _______________________________________________ HarfBuzz mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/harfbuzz
