diff font/text.h @ 52:15a18fbe6f21

* Known bugs added to the README * Code cleaning (0 -> NULL when needed, indentation, spaces, ...)
author thib
date Sat, 18 Apr 2009 18:35:39 +0000
parents 223b71206888
children ddbcbd000206
line wrap: on
line diff
--- a/font/text.h
+++ b/font/text.h
@@ -28,8 +28,8 @@
 #ifndef __TEXT_H__
 #define __TEXT_H__
 
-#include<vector>
-#include<string>
+#include <vector>
+#include <string>
 
 struct TextElem {
 	typedef enum {glyph, escape, color, size} ElemType;
@@ -82,7 +82,7 @@ struct TextStream {
 namespace XKFont {
 	class Glyph;
 	class Font;
-};
+}
 
 struct TextGlyph {
 	int x,y;