Commit 9b56a0dd5d9e7a597fb4e779261fee4585c8cc25

henry 2003-06-03T03:58:40

Minor format fix

1
2
3
4
5
6
7
8
9
10
11
12
13
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;