aboutsummaryrefslogtreecommitdiff
path: root/src/irrlicht_changes/CGUITTFont.cpp
diff options
context:
space:
mode:
authorShadowNinja <shadowninja@minetest.net>2021-12-01 18:54:12 -0500
committerrubenwardy <rw@rubenwardy.com>2022-04-08 14:55:21 +0100
commit7993909fabce4f796ca67b5a8139936667de25df (patch)
tree2ff9368e3e370ac00e2ae9d17a08ec68b3e426d1 /src/irrlicht_changes/CGUITTFont.cpp
parent88b21a72f18db6a94e58a8047c4dec6160327e73 (diff)
downloadhax-minetest-server-7993909fabce4f796ca67b5a8139936667de25df.tar.gz
hax-minetest-server-7993909fabce4f796ca67b5a8139936667de25df.zip
Spacing fixes
Diffstat (limited to 'src/irrlicht_changes/CGUITTFont.cpp')
-rw-r--r--src/irrlicht_changes/CGUITTFont.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irrlicht_changes/CGUITTFont.cpp b/src/irrlicht_changes/CGUITTFont.cpp
index e785ea837..787f4cd5a 100644
--- a/src/irrlicht_changes/CGUITTFont.cpp
+++ b/src/irrlicht_changes/CGUITTFont.cpp
@@ -478,7 +478,7 @@ CGUITTGlyphPage* CGUITTFont::getLastGlyphPage() const
CGUITTGlyphPage* CGUITTFont::createGlyphPage(const u8& pixel_mode)
{
CGUITTGlyphPage* page = 0;
-
+
// Name of our page.
io::path name("TTFontGlyphPage_");
name += tt_face->family_name;