Fix spacing with wifi module

This commit is contained in:
Alexander Rosenberg 2022-11-19 16:16:12 -08:00
parent 85e710d3d5
commit 7e90af229d
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -81,7 +81,7 @@ char *linuxnm_module_poll() {
strcat(output, "");
}
if ((active_types & TYPE_VPN) == TYPE_VPN) {
strcat(output, "");
strcat(output, " ");
}
if ((active_types & TYPE_WIRED) == TYPE_WIRED) {
strcat(output, "");