From: ANAND Date: Sat, 18 Jan 2020 16:50:57 +0000 (+0530) Subject: Replace stray tab with whitespace in guiFormSpecMenu.cpp (#9317) X-Git-Tag: 5.2.0~227 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e8fd1ce62331146fae0e98ce4a94d3720f308abf;p=oweals%2Fminetest.git Replace stray tab with whitespace in guiFormSpecMenu.cpp (#9317) --- 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(pos, pos + geom), name, m_font, m_client); + core::rect(pos, pos + geom), name, m_font, m_client); auto style = getStyleForElement("item_image", spec.fname); e->setNotClipped(style.getBool(StyleSpec::NOCLIP, false)); e->drop();