mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Formatting, comments
This commit is contained in:
@@ -371,7 +371,7 @@ namespace BlackGui
|
||||
{
|
||||
if (!filter)
|
||||
{
|
||||
this->removeFilter(); // empty filter
|
||||
this->removeFilter(); // clear filter
|
||||
return;
|
||||
}
|
||||
if (filter->isValid())
|
||||
@@ -384,6 +384,7 @@ namespace BlackGui
|
||||
}
|
||||
else
|
||||
{
|
||||
// invalid filter, so clear filter
|
||||
this->removeFilter();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user