Whitespace cleanup
Change-Id: I93c65973679894bb8587da4b38b410d38036b8bd
This commit is contained in:
@@ -127,7 +127,7 @@ GUIFileSelector::~GUIFileSelector()
|
||||
|
||||
int GUIFileSelector::Update(void)
|
||||
{
|
||||
if(!isConditionTrue())
|
||||
if (!isConditionTrue())
|
||||
return 0;
|
||||
|
||||
GUIScrollList::Update();
|
||||
@@ -155,7 +155,7 @@ int GUIFileSelector::NotifyVarChange(const std::string& varName, const std::stri
|
||||
{
|
||||
GUIScrollList::NotifyVarChange(varName, value);
|
||||
|
||||
if(!isConditionTrue())
|
||||
if (!isConditionTrue())
|
||||
return 0;
|
||||
|
||||
if (varName.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user