From d6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Mon, 28 Jan 2008 00:14:17 +0000 Subject: Fixed the spaces before tabs. svn-id: r30667 --- graphics/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/font.h') diff --git a/graphics/font.h b/graphics/font.h index 5e72e9d4b3..3911e6d32c 100644 --- a/graphics/font.h +++ b/graphics/font.h @@ -104,7 +104,7 @@ struct BBX { struct FontDesc { const char * name; /* font name*/ int maxwidth; /* max width in pixels*/ - int height; /* height in pixels*/ + int height; /* height in pixels*/ int fbbw, fbbh, fbbx, fbby; /* max bounding box */ int ascent; /* ascent (baseline) height*/ int firstchar; /* first character in bitmap*/ -- cgit v1.2.3