From d10dff2bedd8e3754147b53dedb4f49195ea56b0 Mon Sep 17 00:00:00 2001 From: David Turner Date: Thu, 4 Jan 2007 22:00:51 +0000 Subject: [PATCH] formatting --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index af91e5f7c..9781edbb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,8 +4,9 @@ and replace it with a constant array of bytes * src/raster/ftraster.c, src/smooth/ftgrays.c: small optimization, the - rasterizers now uses the render pool to store their state during scanline - convertion. this saves about 6 KB of heap space for each FT_Library instance + rasterizers now use the render pool to store their state during + scanline conversion. this saves about 6 KB of heap space for each + FT_Library instance * src/sfnt/sfobjs.c, src/sfnt/ttkern.c, src/sfnt/ttkern.h, src/sfnt/ttmtx.c, src/sfnt/ttsbit.c, src/sfnt/ttsbit.h,