Replace stray tab with whitespace in guiFormSpecMenu.cpp (#9317)
authorANAND <ClobberXD@gmail.com>
Sat, 18 Jan 2020 16:50:57 +0000 (22:20 +0530)
committerrubenwardy <rw@rubenwardy.com>
Sat, 18 Jan 2020 16:50:57 +0000 (16:50 +0000)
src/gui/guiFormSpecMenu.cpp

index 5ddfbc6d5badb4cdc5bdb96056f1ef6bd7ea0c7f..a91623f96715bfb43bf3ad629a738648a2a4a053 100644 (file)
@@ -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();