diff options
author | Strangerke | 2014-02-16 18:45:17 +0100 |
---|---|---|
committer | Strangerke | 2014-02-16 18:45:17 +0100 |
commit | 0b63ea185d36dd53c36b8f71550193c99d33fefe (patch) | |
tree | 27879212d0baa36e7aaa1a9fe30763102fd2da7f /engines/zvision/fonts | |
parent | 81f0a5dc4247ee8b78170427ef23e48024ec4d76 (diff) | |
download | scummvm-rg350-0b63ea185d36dd53c36b8f71550193c99d33fefe.tar.gz scummvm-rg350-0b63ea185d36dd53c36b8f71550193c99d33fefe.tar.bz2 scummvm-rg350-0b63ea185d36dd53c36b8f71550193c99d33fefe.zip |
ZVISION: Janitorial - Remove trailing spaces
Diffstat (limited to 'engines/zvision/fonts')
-rw-r--r-- | engines/zvision/fonts/truetype_font.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/zvision/fonts/truetype_font.h b/engines/zvision/fonts/truetype_font.h index 33f016cffd..762657a5fb 100644 --- a/engines/zvision/fonts/truetype_font.h +++ b/engines/zvision/fonts/truetype_font.h @@ -60,10 +60,10 @@ public: * * @param filename The file name of the .ttf file to load */ - bool loadFile(const Common::String &filename); + bool loadFile(const Common::String &filename); /** - * Renders the supplied text to a Surface using 0x0 as the - * background color. + * Renders the supplied text to a Surface using 0x0 as the + * background color. * * @param text The to render * @param textColor The color to render the text with |