gluon-respondd: fix c indentation

This commit is contained in:
Jan-Niklas Burfeind 2023-01-03 16:09:33 +01:00
parent e797ad4c2f
commit 051c74b987
2 changed files with 4 additions and 4 deletions

View File

@ -275,7 +275,7 @@ static void count_stations(size_t *wifi24, size_t *wifi5, size_t *owe24, size_t
count_iface_stations(wifi24, wifi5, ifname); count_iface_stations(wifi24, wifi5, ifname);
} }
end: end:
uci_free_context(ctx); uci_free_context(ctx);
} }