freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] gsoc-2023-ahmet-final cd433e13b 2/2: [tohtml.py] autopep8 fo


From: Werner Lemberg
Subject: [freetype2] gsoc-2023-ahmet-final cd433e13b 2/2: [tohtml.py] autopep8 formatting
Date: Mon, 25 Sep 2023 03:54:52 -0400 (EDT)

branch: gsoc-2023-ahmet-final
commit cd433e13b1cfabd8c607e18300229c7d4134d645
Author: goksu <25721443+goeksu@users.noreply.github.com>
Commit: goksu <25721443+goeksu@users.noreply.github.com>

    [tohtml.py] autopep8 formatting
    
    This contaions autoformatting for the python script. Also added the flag in 
makefile that deleted before mistakenly
---
 builds/testing.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builds/testing.mk b/builds/testing.mk
index 438689303..1aa34b2ec 100644
--- a/builds/testing.mk
+++ b/builds/testing.mk
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]