Address lint issues

This commit is contained in:
Hamish Coleman 2022-04-17 00:29:18 +01:00
parent 71dbaf0bdc
commit b98fd8552d
2 changed files with 5 additions and 5 deletions

View File

@ -288,7 +288,7 @@ void mgmt_event_post (enum n2n_event_topic topic, int data0, void *data1) {
mgmt_req_t *sub = &mgmt_event_subscribers[topic];
mgmt_event_handler_t *fn = mgmt_events[topic];
mgmt_event_post2 (topic, data0, data1, debug, sub, fn);
mgmt_event_post2(topic, data0, data1, debug, sub, fn);
}
static void mgmt_help_events (mgmt_req_t *req, strbuf_t *buf) {