From 0504ffde2c1bfedeb5782017340dce91e4842d7f Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 16 Jun 2014 09:47:24 +0200 Subject: [PATCH] Whitespace. --- lib/tabytecode.c | 4 ++-- lib/taharfbuzz.c | 4 ++-- lib/talatin.c | 2 +- lib/taloader.c | 8 ++++---- lib/tatypes.h | 8 ++++---- lib/ttfautohint.c | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/lib/tabytecode.c b/lib/tabytecode.c index 965c9d3..afed763 100644 --- a/lib/tabytecode.c +++ b/lib/tabytecode.c @@ -76,7 +76,7 @@ static int node2cmp(Node2* e1, Node2* e2) { - FT_Int delta; + FT_Int delta; /* sort by edges ... */ @@ -92,7 +92,7 @@ static int node3cmp(Node3* e1, Node3* e2) { - FT_Int delta; + FT_Int delta; /* sort by `before' edges ... */ diff --git a/lib/taharfbuzz.c b/lib/taharfbuzz.c index 971f7cb..3f6f787 100644 --- a/lib/taharfbuzz.c +++ b/lib/taharfbuzz.c @@ -89,7 +89,7 @@ ta_get_coverage(TA_FaceGlobals globals, hb_set_t* gpos_glyphs; /* glyphs covered by GPOS lookups */ hb_script_t script; - const hb_tag_t* coverage_tags; + const hb_tag_t* coverage_tags; hb_tag_t script_tags[] = { HB_TAG_NONE, HB_TAG_NONE, HB_TAG_NONE, @@ -398,7 +398,7 @@ FT_Error ta_get_char_index(TA_StyleMetrics metrics, FT_ULong charcode, FT_ULong *codepoint, - FT_Long *y_offset) + FT_Long *y_offset) { TA_StyleClass style_class; diff --git a/lib/talatin.c b/lib/talatin.c index fcf190e..2ac7030 100644 --- a/lib/talatin.c +++ b/lib/talatin.c @@ -2941,7 +2941,7 @@ ta_latin_hints_apply(TA_GlyphHints hints, FT_Error error; int dim; - TA_LatinAxis axis; + TA_LatinAxis axis; error = ta_glyph_hints_reload(hints, outline); diff --git a/lib/taloader.c b/lib/taloader.c index 6c23046..ef5db5f 100644 --- a/lib/taloader.c +++ b/lib/taloader.c @@ -478,10 +478,10 @@ Hint_Metrics: /* reassign all outline fields except flags to protect them */ slot->outline.n_contours = internal->loader->base.outline.n_contours; - slot->outline.n_points = internal->loader->base.outline.n_points; - slot->outline.points = internal->loader->base.outline.points; - slot->outline.tags = internal->loader->base.outline.tags; - slot->outline.contours = internal->loader->base.outline.contours; + slot->outline.n_points = internal->loader->base.outline.n_points; + slot->outline.points = internal->loader->base.outline.points; + slot->outline.tags = internal->loader->base.outline.tags; + slot->outline.contours = internal->loader->base.outline.contours; slot->format = FT_GLYPH_FORMAT_OUTLINE; #endif diff --git a/lib/tatypes.h b/lib/tatypes.h index f8a2106..5e63c03 100644 --- a/lib/tatypes.h +++ b/lib/tatypes.h @@ -277,7 +277,7 @@ typedef struct TA_ScriptClassRec_ FT_UInt32 standard_char3; /* ditto */ } TA_ScriptClassRec; -typedef const TA_ScriptClassRec* TA_ScriptClass; +typedef const TA_ScriptClassRec* TA_ScriptClass; /* @@ -338,7 +338,7 @@ typedef enum TA_Coverage_ TA_STYLE_ ## S, /* The list of known styles. */ -typedef enum TA_Style_ +typedef enum TA_Style_ { #include "tastyles.h" @@ -359,13 +359,13 @@ typedef struct TA_StyleClassRec_ typedef const TA_StyleClassRec* TA_StyleClass; -typedef struct TA_FaceGlobalsRec_* TA_FaceGlobals; +typedef struct TA_FaceGlobalsRec_* TA_FaceGlobals; /* This is the main structure that combines everything. Autofit modules */ /* specific to writing systems derive their structures from it, for */ /* example `TA_LatinMetrics'. */ -typedef struct TA_StyleMetricsRec_ +typedef struct TA_StyleMetricsRec_ { TA_StyleClass style_class; TA_ScalerRec scaler; diff --git a/lib/ttfautohint.c b/lib/ttfautohint.c index b2caf08..babe9ca 100644 --- a/lib/ttfautohint.c +++ b/lib/ttfautohint.c @@ -40,7 +40,7 @@ void TA_sfnt_set_properties(SFNT* sfnt, FONT* font) { - TA_FaceGlobals globals = (TA_FaceGlobals)sfnt->face->autohint.data; + TA_FaceGlobals globals = (TA_FaceGlobals)sfnt->face->autohint.data; globals->increase_x_height = font->increase_x_height; -- 2.11.4.GIT