Fix indent

This commit is contained in:
Behdad Esfahbod 2018-10-16 17:35:46 -07:00
parent 49bdb54427
commit ba42651608
1 changed files with 1 additions and 1 deletions

View File

@ -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])