mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 22:52:30 +02:00
fixed linter issues
This commit is contained in:
@ -89,7 +89,7 @@ static void registry_event_global_remove(void *_data, uint32_t id) {
|
||||
|
||||
backend->mutex_.lock();
|
||||
auto iter = backend->privacy_nodes.find(id);
|
||||
if(iter != backend->privacy_nodes.end()) {
|
||||
if (iter != backend->privacy_nodes.end()) {
|
||||
backend->privacy_nodes.erase(id);
|
||||
}
|
||||
backend->mutex_.unlock();
|
||||
|
Reference in New Issue
Block a user