From d7f869ad6d49ac4c0ee5cb75d78e6f830b432d70 Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind Date: Thu, 5 Jan 2023 21:19:08 +0100 Subject: [PATCH] gluon-autoupdater: fix c indentation --- package/gluon-autoupdater/src/respondd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-autoupdater/src/respondd.c b/package/gluon-autoupdater/src/respondd.c index e9738a4c..b7366860 100644 --- a/package/gluon-autoupdater/src/respondd.c +++ b/package/gluon-autoupdater/src/respondd.c @@ -37,7 +37,7 @@ static struct json_object * get_autoupdater(void) { return ret; - error: +error: uci_free_context(ctx); return NULL; }