mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
refactor: style issue
This commit is contained in:
@ -234,9 +234,9 @@ int waybar::modules::Network::getExternalInterface()
|
||||
} while (true);
|
||||
|
||||
out:
|
||||
if (req)
|
||||
if (req != nullptr)
|
||||
free(req);
|
||||
if (resp)
|
||||
if (resp != nullptr)
|
||||
free(resp);
|
||||
return ifidx;
|
||||
}
|
||||
|
Reference in New Issue
Block a user