Style fixes.

This commit is contained in:
Igor Sysoev
2019-10-10 19:42:41 +03:00
parent ec0d5c928e
commit 09e7357b08
7 changed files with 35 additions and 22 deletions

View File

@@ -1458,7 +1458,8 @@ nxt_router_conf_create(nxt_task_t *task, nxt_router_temp_conf_t *tmcf,
next = 0;
for ( ;; ) {
application = nxt_conf_next_object_member(applications, &name, &next);
application = nxt_conf_next_object_member(applications,
&name, &next);
if (application == NULL) {
break;
}