From 4d9b4128f99ba3de0540ca3d539648b4015de2ff Mon Sep 17 00:00:00 2001 From: David Turner Date: Fri, 16 Jan 2004 08:46:51 +0000 Subject: [PATCH] formatting --- src/base/ftglyph.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/base/ftglyph.c b/src/base/ftglyph.c index 61d4b286d..092d711dc 100644 --- a/src/base/ftglyph.c +++ b/src/base/ftglyph.c @@ -253,14 +253,11 @@ goto Exit; /* copy it */ - FT_ARRAY_COPY( target->points, source->points, - source->n_points ); + FT_ARRAY_COPY( target->points, source->points, source->n_points ); - FT_ARRAY_COPY( target->tags, source->tags, - source->n_points ); + FT_ARRAY_COPY( target->tags, source->tags, source->n_points ); - FT_ARRAY_COPY( target->contours, source->contours, - source->n_contours ); + FT_ARRAY_COPY( target->contours, source->contours, source->n_contours ); /* copy all flags, except the `FT_OUTLINE_OWNER' one */ target->flags = source->flags | FT_OUTLINE_OWNER;