mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-08 09:18:02 +02:00
[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:
parent
87c4da433c
commit
cd433e13b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue