]> git.tdb.fi Git - libs/gl.git/blobdiff - source/font.h
Fix some incorrect whitespace
[libs/gl.git] / source / font.h
index 5fcc63c4414dee39064c7a63fcd92bd35497d4a2..fea97a11feb026688d56028e8804b4539677b311 100644 (file)
@@ -41,9 +41,9 @@ public:
                };
 
                unsigned code;
-               float x1,y1;
-               float x2,y2;
-               float w,h;
+               float x1, y1;
+               float x2, y2;
+               float w, h;
                float off_x, off_y;
                float advance;
        };