[tohtml.py] autopep8 formatting

This contaions autoformatting for the python script. Also added the flag in makefile that deleted before mistakenly
This commit is contained in:
goksu 2023-09-25 10:54:11 +03:00
parent 87c4da433c
commit cd433e13b1
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ HTMLCREATOR = $(OBJ_DIR)/tohtml.py
HTMLFILE = $(OBJ_DIR)/benchmark.html
# Define flags, create default values in case of not inputted by user.
FTBENCH_FLAG ?=
FTBENCH_FLAG ?= -c 1000 -w 100
# Define all test fonts in the fonts folder.
BASELINE = $(addprefix $(BASELINE_DIR), $(notdir $(FONTS:.ttf=.txt)))