From ac7de8414ed2f3f874ddd17aa94f26e543eab24a Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind Date: Thu, 5 Jan 2023 21:20:09 +0100 Subject: [PATCH] gluon-mesh-vpn-wireguard: fix c indentation --- package/gluon-mesh-vpn-wireguard/src/respondd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-mesh-vpn-wireguard/src/respondd.c b/package/gluon-mesh-vpn-wireguard/src/respondd.c index 5a46770c..55b3f8fb 100644 --- a/package/gluon-mesh-vpn-wireguard/src/respondd.c +++ b/package/gluon-mesh-vpn-wireguard/src/respondd.c @@ -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; } } }