Skip to content

Commit d667e4b

Browse files
committed
white space
1 parent 98afa91 commit d667e4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

FDK Extras/generateAllMarkFiles.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def doTask(fonts):
5656

5757
print '*******************************'
5858
print 'Exporting mark files for %s...(%d/%d)' % (styleName, i, totalFonts)
59-
59+
6060
ufoFont = Font(fontFileName)
6161
WriteFeaturesMarkFDK.MarkDataClass(ufoFont, folderPath, trimCasingTags, genMkmkFeature, writeClassesFile, indianScriptsFormat)
6262

@@ -81,7 +81,7 @@ def run():
8181
t1 = time.time()
8282

8383
getFontPaths(baseFolderPath, baseFolderPath)
84-
84+
8585
if len(fontsList):
8686
doTask(fontsList)
8787
else:
@@ -90,7 +90,7 @@ def run():
9090

9191
t2 = time.time()
9292
elapsedSeconds = t2-t1
93-
93+
9494
if (elapsedSeconds/60) < 1:
9595
print 'Completed in %.1f seconds.' % elapsedSeconds
9696
else:

0 commit comments

Comments
 (0)