ref: cd9f3b3b5a89fe6ee32e605212eb921544392448
parent: 16123dfe932a6d909b3c3efe84877522bebe7559
author: David Turner <[email protected]>
date: Fri Jan 16 03:46:51 EST 2004
formatting
--- 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;