Commit 8cc7c57665b8ac5aaaf7d72f90347f1df3cb62e9

sammy 2008-04-14T13:41:29

* Remove stray non-breaking spaces from the source code.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/FTSimpleLayout.h b/include/FTSimpleLayout.h
index 3b834a0..86ce175 100644
--- a/include/FTSimpleLayout.h
+++ b/include/FTSimpleLayout.h
@@ -61,7 +61,7 @@ class FTGL_EXPORT FTSimpleLayout : public FTLayout
          * @param urz       upper right far z coord
          */
         virtual void BBox(const char* string, float& llx, float& lly,
-                          float& llz, float& urx, float& ury, float& urz);
+                          float& llz, float& urx, float& ury, float& urz);
 
         /**
          * Get the bounding box for a string.