Whitespace cleanup
Change-Id: I93c65973679894bb8587da4b38b410d38036b8bd
This commit is contained in:
@@ -79,7 +79,7 @@ GUIPartitionList::~GUIPartitionList()
|
||||
|
||||
int GUIPartitionList::Update(void)
|
||||
{
|
||||
if(!isConditionTrue())
|
||||
if (!isConditionTrue())
|
||||
return 0;
|
||||
|
||||
// Check for changes in mount points if the list type is mount and update the list and render if needed
|
||||
@@ -101,8 +101,8 @@ int GUIPartitionList::Update(void)
|
||||
if (updateList) {
|
||||
int listSize = 0;
|
||||
|
||||
// Completely update the list if needed -- Used primarily for
|
||||
// restore as the list for restore will change depending on what
|
||||
// Completely update the list if needed -- Used primarily for
|
||||
// restore as the list for restore will change depending on what
|
||||
// partitions were backed up
|
||||
mList.clear();
|
||||
PartitionManager.Get_Partition_List(ListType, &mList);
|
||||
@@ -126,7 +126,7 @@ int GUIPartitionList::NotifyVarChange(const std::string& varName, const std::str
|
||||
{
|
||||
GUIScrollList::NotifyVarChange(varName, value);
|
||||
|
||||
if(!isConditionTrue())
|
||||
if (!isConditionTrue())
|
||||
return 0;
|
||||
|
||||
if (varName == mVariable && !mUpdate)
|
||||
|
||||
Reference in New Issue
Block a user