Whitespace cleanup
Change-Id: I93c65973679894bb8587da4b38b410d38036b8bd
This commit is contained in:
@@ -98,7 +98,7 @@ int GUITextBox::NotifyVarChange(const std::string& varName, const std::string& v
|
||||
{
|
||||
GUIScrollList::NotifyVarChange(varName, value);
|
||||
|
||||
if(!isConditionTrue() || mIsStatic)
|
||||
if (!isConditionTrue() || mIsStatic)
|
||||
return 0;
|
||||
|
||||
// Check to see if the variable exists in mText
|
||||
|
||||
Reference in New Issue
Block a user