From 771dcf3b7b15f58e1d6fb2795e7df3c00ebf2809 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 12 Oct 2014 18:41:53 +0000 Subject: (svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments --- src/fontcache.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fontcache.cpp') diff --git a/src/fontcache.cpp b/src/fontcache.cpp index 0f949c544..45a1b28dc 100644 --- a/src/fontcache.cpp +++ b/src/fontcache.cpp @@ -141,8 +141,8 @@ void SpriteFontCache::InitializeUnicodeGlyphMap() byte key = _default_unicode_map[i].key; if (key == CLRA) { /* Clear the glyph. This happens if the glyph at this code point - * is non-standard and should be accessed by an SCC_xxx enum - * entry only. */ + * is non-standard and should be accessed by an SCC_xxx enum + * entry only. */ this->SetUnicodeGlyph(_default_unicode_map[i].code, 0); } else { SpriteID sprite = base + key - ASCII_LETTERSTART; -- cgit v1.2.3-70-g09d2