* src/gxvalid/gxvkern.c (gxv_kern_subtable_fmt0_pairs_validate):
Remove compiler warning.

Formatting.
diff --git a/ChangeLog b/ChangeLog
index 4eb8ae3..28f4bdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,21 +1,27 @@
+2007-01-02  Werner Lemberg  <wl@gnu.org>
+
+	* src/gxvalid/gxvkern.c (gxv_kern_subtable_fmt0_pairs_validate):
+	Remove compiler warning.
+
 2007-01-02  David Turner  <david@freetype.org>
 
-	* src/sfnt/sfobjs.c: adding documentation comment
+	* src/sfnt/sfobjs.c: Add documentation comment.
 
 2006-12-31  Masatake YAMATO  <jet@gyve.org>
 
-	* src/gxvalid/gxvkern.c (gxv_kern_subtable_fmt0_pairs_validate): New function.
-	Checks uniqueness of the gid pairs.
+	* src/gxvalid/gxvkern.c (gxv_kern_subtable_fmt0_pairs_validate): New
+	function.
+	Check uniqueness of the gid pairs.
 	(gxv_kern_subtable_fmt0_validate): Move some code to 
 	`gxv_kern_subtable_fmt0_pairs_validate'.
 
 2006-12-22  David Turner  <david@freetype.org>
 
-	* src/autofit/aflatin.c, src/truetype/ttgload.c: removing compiler
-	warnings
+	* src/autofit/aflatin.c, src/truetype/ttgload.c: Remove compiler
+	warnings.
 
-	* builds/win32/visualc/freetype.vcproj: adding _CRT_SECURE_NO_DEPRECATE
-	to avoid deprecation warnings with Visual C++ 8
+	* builds/win32/visualc/freetype.vcproj: Add _CRT_SECURE_NO_DEPRECATE
+	to avoid deprecation warnings with Visual C++ 8.
 
 2006-12-16  Anders Kaseorg  <anders@kaseorg.com>