From dbd0f4ef353a9f7910f4225507518131de05b99c Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 12 Jul 2001 21:46:44 +0000 Subject: [PATCH] formatting --- include/freetype/ftimage.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/freetype/ftimage.h b/include/freetype/ftimage.h index bc01f5717..21f320d8a 100644 --- a/include/freetype/ftimage.h +++ b/include/freetype/ftimage.h @@ -287,9 +287,9 @@ FT_BEGIN_HEADER /* elements, giving the outline's point coordinates. */ /* */ /* tags :: A pointer to an array of `n_points' chars, giving */ - /* giving each outline point's type. If bit 0 is */ - /* unset, the point is 'off' the curve, i.e. a Bezier */ - /* control point, while it is `on' when set. */ + /* each outline point's type. If bit 0 is unset, the */ + /* point is `off' the curve, i.e. a Bezier control */ + /* point, while it is `on' when set. */ /* */ /* Bit 1 is meaningful for `off' points only. If set, */ /* it indicates a third-order Bezier arc control point; */