summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2021-07-29 08:16:25 +0200
committerWerner Lemberg <wl@gnu.org>2021-07-29 08:16:25 +0200
commitd2367abac0859b09d8defe034dd6ebbc0391a51a (patch)
treebef946345845e615be990d88273dd8ae41721eae
parent30a82e1e5db9585ddde91c60a645cfb3356541e0 (diff)
downloadfreetype2-d2367abac0859b09d8defe034dd6ebbc0391a51a.tar.gz
src/sfnt/ttcolr.c: Minor formatting.
-rw-r--r--src/sfnt/ttcolr.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sfnt/ttcolr.c b/src/sfnt/ttcolr.c
index 601d88a55..b8f4777ed 100644
--- a/src/sfnt/ttcolr.c
+++ b/src/sfnt/ttcolr.c
@@ -532,7 +532,7 @@
apaint->u.sweep_gradient.center.y = FT_NEXT_SHORT( p );
apaint->u.sweep_gradient.start_angle = FT_NEXT_SHORT( p ) << 2;
- apaint->u.sweep_gradient.end_angle = FT_NEXT_SHORT( p ) << 2;
+ apaint->u.sweep_gradient.end_angle = FT_NEXT_SHORT( p ) << 2;
return 1;
}
@@ -624,9 +624,9 @@
return 1;
}
- else if ( apaint->format == FT_COLR_PAINTFORMAT_ROTATE ||
+ else if ( apaint->format == FT_COLR_PAINTFORMAT_ROTATE ||
(FT_PaintFormat_Internal)apaint->format ==
- FT_COLR_PAINTFORMAT_INTERNAL_ROTATE_CENTER )
+ FT_COLR_PAINTFORMAT_INTERNAL_ROTATE_CENTER )
{
apaint->u.rotate.paint.p = child_table_p;
apaint->u.rotate.paint.insert_root_transform = 0;
@@ -654,9 +654,9 @@
return 1;
}
- else if ( apaint->format == FT_COLR_PAINTFORMAT_SKEW ||
+ else if ( apaint->format == FT_COLR_PAINTFORMAT_SKEW ||
(FT_PaintFormat_Internal)apaint->format ==
- FT_COLR_PAINTFORMAT_INTERNAL_SKEW_CENTER )
+ FT_COLR_PAINTFORMAT_INTERNAL_SKEW_CENTER )
{
apaint->u.skew.paint.p = child_table_p;
apaint->u.skew.paint.insert_root_transform = 0;