[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Oct 17 00:36:04 UTC 2018


 test/fuzzing/run-shape-fuzzer-tests.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ba42651608da1be0d152e03ad42ea96fc8476ac7
Author: Behdad Esfahbod <behdad at behdad.org>
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])
 


More information about the HarfBuzz mailing list