gluon-mesh-vpn-wireguard: fix c indentation

This commit is contained in:
Jan-Niklas Burfeind 2023-01-05 21:20:09 +01:00
parent 27d52b5ee5
commit ac7de8414e

View File

@ -48,7 +48,7 @@ static struct json_object * stdout_read(const char *cmd, const char *skip, bool
if (oneword) {
for (int i = 0; i < len; i++) {
if (isspace(line[i])) {
line[i] = 0;
line[i] = 0;
}
}
}