Skip to content
Snippets Groups Projects
Commit ac7de841 authored by Jan-Niklas Burfeind's avatar Jan-Niklas Burfeind
Browse files

gluon-mesh-vpn-wireguard: fix c indentation

parent 27d52b5e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment