Skip to content

Commit

Permalink
Replace stray tab with whitespace in guiFormSpecMenu.cpp (#9317)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClobberXD authored and rubenwardy committed Jan 18, 2020
1 parent 1173ff0 commit e8fd1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/guiFormSpecMenu.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit e8fd1ce

Please sign in to comment.