diff options
author | rubidium <rubidium@openttd.org> | 2014-10-15 18:31:37 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2014-10-15 18:31:37 +0000 |
commit | d534c80e9401c49414f5980aedff13c6100a20c2 (patch) | |
tree | ef6dfe4050f387245c018fb71737a8e0e1c31335 /src/fontcache.cpp | |
parent | 155114aa98750b6245e045e347b91d1098d26099 (diff) | |
download | openttd-d534c80e9401c49414f5980aedff13c6100a20c2.tar.xz |
(svn r27020) -Cleanup: some coding style consistency improvements (mostly spaces)
Diffstat (limited to 'src/fontcache.cpp')
-rw-r--r-- | src/fontcache.cpp | 2 |
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> |