Commit df0f9ef34f9147771c45b595a104353d0d9c8ab0

henry 2002-12-20T10:16:27

Minor formatting

diff --git a/include/FTGLBitmapFont.h b/include/FTGLBitmapFont.h
index 5e621d1..12feae0 100755
--- a/include/FTGLBitmapFont.h
+++ b/include/FTGLBitmapFont.h
@@ -1,9 +1,9 @@
-#ifndef     __FTGLBitmapFont__
-#define     __FTGLBitmapFont__
+#ifndef __FTGLBitmapFont__
+#define __FTGLBitmapFont__
 
+#include "FTFont.h"
 #include "FTGL.h"
 
-#include "FTFont.h"
 
 class FTGlyph;
 
diff --git a/include/FTGLExtrdFont.h b/include/FTGLExtrdFont.h
index 3c96984..01e2ac7 100644
--- a/include/FTGLExtrdFont.h
+++ b/include/FTGLExtrdFont.h
@@ -1,9 +1,9 @@
-#ifndef		__FTGLExtrdFont__
-#define		__FTGLExtrdFont__
+#ifndef __FTGLExtrdFont__
+#define __FTGLExtrdFont__
 
+#include "FTFont.h"
 #include "FTGL.h"
 
-#include	"FTFont.h"
 
 class FTGlyph;
 
diff --git a/include/FTGLOutlineFont.h b/include/FTGLOutlineFont.h
index c658539..f362746 100755
--- a/include/FTGLOutlineFont.h
+++ b/include/FTGLOutlineFont.h
@@ -1,9 +1,9 @@
 #ifndef     __FTGLOutlineFont__
 #define     __FTGLOutlineFont__
 
-#include "FTGL.h"
 
 #include "FTFont.h"
+#include "FTGL.h"
 
 class FTGlyph;
 
diff --git a/include/FTGLPixmapFont.h b/include/FTGLPixmapFont.h
index 1a6bef4..3de8932 100755
--- a/include/FTGLPixmapFont.h
+++ b/include/FTGLPixmapFont.h
@@ -2,9 +2,9 @@
 #define     __FTGLPixmapFont__
 
 
+#include "FTFont.h"
 #include "FTGL.h"
 
-#include "FTFont.h"
 
 class FTGlyph;
 
diff --git a/include/FTGLPolygonFont.h b/include/FTGLPolygonFont.h
index 1e41721..54e624a 100755
--- a/include/FTGLPolygonFont.h
+++ b/include/FTGLPolygonFont.h
@@ -1,9 +1,9 @@
 #ifndef     __FTGLPolygonFont__
 #define     __FTGLPolygonFont__
 
-#include "FTGL.h"
 
-#include    "FTFont.h"
+#include "FTFont.h"
+#include "FTGL.h"
 
 class FTGlyph;
 
diff --git a/include/FTSize.h b/include/FTSize.h
index 4a0b52a..12a839f 100755
--- a/include/FTSize.h
+++ b/include/FTSize.h
@@ -94,7 +94,6 @@ class FTGL_EXPORT FTSize
          */
         float Underline() const;
 
-        
         /**
          * Queries for errors.
          *