Fix spacing with wifi module

This commit is contained in:
2022-11-19 16:16:12 -08:00
parent 85e710d3d5
commit 7e90af229d

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, "");