From e8fd1ce62331146fae0e98ce4a94d3720f308abf Mon Sep 17 00:00:00 2001 From: ANAND Date: Sat, 18 Jan 2020 22:20:57 +0530 Subject: [PATCH] Replace stray tab with whitespace in guiFormSpecMenu.cpp (#9317) --- src/gui/guiFormSpecMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();