JANITORIAL: Remove trailing spaces
This commit is contained in:
parent
bc2c7689dc
commit
cea58cc61c
6 changed files with 22 additions and 22 deletions
|
@ -89,7 +89,7 @@ void ThemeEval::addWidget(const Common::String &name, int w, int h, const Common
|
|||
typeW = getVar("Globals." + type + ".Width", -1);
|
||||
typeH = getVar("Globals." + type + ".Height", -1);
|
||||
typeAlign = (Graphics::TextAlign)getVar("Globals." + type + ".Align", Graphics::kTextAlignInvalid);
|
||||
}
|
||||
}
|
||||
|
||||
ThemeLayoutWidget *widget;
|
||||
if (type == "TabWidget")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue