summaryrefslogtreecommitdiff
path: root/src/fontcache.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-10-15 18:31:37 +0000
committerrubidium <rubidium@openttd.org>2014-10-15 18:31:37 +0000
commitd534c80e9401c49414f5980aedff13c6100a20c2 (patch)
treeef6dfe4050f387245c018fb71737a8e0e1c31335 /src/fontcache.cpp
parent155114aa98750b6245e045e347b91d1098d26099 (diff)
downloadopenttd-d534c80e9401c49414f5980aedff13c6100a20c2.tar.xz
(svn r27020) -Cleanup: some coding style consistency improvements (mostly spaces)
Diffstat (limited to 'src/fontcache.cpp')
-rw-r--r--src/fontcache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontcache.cpp b/src/fontcache.cpp
index 8aae4d783..a65585627 100644
--- a/src/fontcache.cpp
+++ b/src/fontcache.cpp
@@ -196,7 +196,7 @@ bool SpriteFontCache::GetDrawGlyphShadow()
return false;
}
-/*static */ FontCache *FontCache::caches[FS_END] = { new SpriteFontCache(FS_NORMAL), new SpriteFontCache(FS_SMALL), new SpriteFontCache(FS_LARGE), new SpriteFontCache(FS_MONO) };
+/* static */ FontCache *FontCache::caches[FS_END] = { new SpriteFontCache(FS_NORMAL), new SpriteFontCache(FS_SMALL), new SpriteFontCache(FS_LARGE), new SpriteFontCache(FS_MONO) };
#ifdef WITH_FREETYPE
#include <ft2build.h>