Codechange: coding style fixes
This commit is contained in:
@@ -98,7 +98,7 @@ bool GetFontAAState(FontSize size, bool check_blitter)
|
||||
return GetFontCacheSubSetting(size)->aa;
|
||||
}
|
||||
|
||||
void SetFont(FontSize fontsize, const std::string& font, uint size, bool aa)
|
||||
void SetFont(FontSize fontsize, const std::string &font, uint size, bool aa)
|
||||
{
|
||||
FontCacheSubSetting *setting = GetFontCacheSubSetting(fontsize);
|
||||
bool changed = false;
|
||||
|
Reference in New Issue
Block a user