Minor change
diff --git a/test/FTFace-Test.cpp b/test/FTFace-Test.cpp
index 583ae9f..593d3fe 100755
--- a/test/FTFace-Test.cpp
+++ b/test/FTFace-Test.cpp
@@ -54,7 +54,7 @@ class FTFaceTest : public CppUnit::TestCase
void testGlyphCount()
{
- CPPUNIT_ASSERT(testFace->GlyphCount() == 14099);
+ CPPUNIT_ASSERT( testFace->GlyphCount() == 14099);
}