diff options
author | ANAND <ClobberXD@gmail.com> | 2020-01-18 22:20:57 +0530 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-01-18 16:50:57 +0000 |
commit | e8fd1ce62331146fae0e98ce4a94d3720f308abf (patch) | |
tree | 9a2ca6be6ee475918b04ac29e71298c3d784751f /src | |
parent | 1173ff0c13a07dec2ede3166378dc5f50fff37b3 (diff) | |
download | minetest-e8fd1ce62331146fae0e98ce4a94d3720f308abf.tar.gz minetest-e8fd1ce62331146fae0e98ce4a94d3720f308abf.tar.bz2 minetest-e8fd1ce62331146fae0e98ce4a94d3720f308abf.zip |
Replace stray tab with whitespace in guiFormSpecMenu.cpp (#9317)
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/guiFormSpecMenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/guiFormSpecMenu.cpp b/src/gui/guiFormSpecMenu.cpp index 5ddfbc6d5..a91623f96 100644 --- a/src/gui/guiFormSpecMenu.cpp +++ b/src/gui/guiFormSpecMenu.cpp @@ -825,7 +825,7 @@ void GUIFormSpecMenu::parseItemImage(parserData* data, const std::string &elemen spec.ftype = f_ItemImage; GUIItemImage *e = new GUIItemImage(Environment, this, spec.fid, - core::rect<s32>(pos, pos + geom), name, m_font, m_client); + core::rect<s32>(pos, pos + geom), name, m_font, m_client); auto style = getStyleForElement("item_image", spec.fname); e->setNotClipped(style.getBool(StyleSpec::NOCLIP, false)); e->drop(); |