Minor format fix
diff --git a/include/FTList.h b/include/FTList.h
index ea0117d..3499216 100644
--- a/include/FTList.h
+++ b/include/FTList.h
@@ -19,7 +19,7 @@ class FTGL_EXPORT FTList
* Constructor
*/
FTList()
- : listSize(0),
+ : listSize(0),
tail(0)
{
tail = NULL;