From c9462fd18215f48f333ec58c798720c51e30d24e Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 11 Oct 2017 12:39:10 +0200 Subject: [PATCH] Whitespace. --- lib/tacontrol.flex | 10 +++++----- lib/tacontrol.h | 1 + lib/ttfautohint.c | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/tacontrol.flex b/lib/tacontrol.flex index 6f1bd18..2531144 100644 --- a/lib/tacontrol.flex +++ b/lib/tacontrol.flex @@ -57,11 +57,11 @@ /* note we want both line number and column start with value 1 */ #define YY_USER_ACTION \ - yylloc->first_line = yylineno + 1; \ - yylloc->last_line = yylineno + 1; \ - yylloc->first_column = yycolumn; \ - yylloc->last_column = yycolumn + (int)yyleng - 1; \ - yycolumn += yyleng; + yylloc->first_line = yylineno + 1; \ + yylloc->last_line = yylineno + 1; \ + yylloc->first_column = yycolumn; \ + yylloc->last_column = yycolumn + (int)yyleng - 1; \ + yycolumn += yyleng; #define YY_EXTRA_TYPE Control_Context* diff --git a/lib/tacontrol.h b/lib/tacontrol.h index dc16386..e36bde3 100644 --- a/lib/tacontrol.h +++ b/lib/tacontrol.h @@ -272,6 +272,7 @@ TA_control_parse_buffer(FONT* font, void TA_control_apply_coverage(SFNT* sfnt, FONT* font); + /* * Free the allocated data in `control'. */ diff --git a/lib/ttfautohint.c b/lib/ttfautohint.c index 0e45837..6ebc93b 100644 --- a/lib/ttfautohint.c +++ b/lib/ttfautohint.c @@ -129,7 +129,7 @@ TTF_autohint(const char* options, op = options; - for(;;) + for (;;) { const char* start; size_t len; -- 2.11.4.GIT