gluon-autoupdater: fix c indentation

This commit is contained in:
Jan-Niklas Burfeind 2023-01-05 21:19:08 +01:00
parent cdcd1452a2
commit d7f869ad6d

View File

@ -37,7 +37,7 @@ static struct json_object * get_autoupdater(void) {
return ret;
error:
error:
uci_free_context(ctx);
return NULL;
}