gluon-mesh-batman-adv: fix c indentation

This commit is contained in:
Jan-Niklas Burfeind 2023-01-03 15:59:11 +01:00
parent e43d4290a1
commit 44c12e87ec
3 changed files with 16 additions and 16 deletions

View File

@ -214,7 +214,7 @@ static struct json_object * get_traffic(void) {
json_object_object_add(ret, "mgmt_rx", mgmt_rx); json_object_object_add(ret, "mgmt_rx", mgmt_rx);
json_object_object_add(ret, "mgmt_tx", mgmt_tx); json_object_object_add(ret, "mgmt_tx", mgmt_tx);
out: out:
free(stats); free(stats);
free(strings); free(strings);
close(fd); close(fd);