From 949ba262cc7a833a717bbb271825c0ba72ad80b8 Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Wed, 7 Feb 2018 15:34:42 +0300 Subject: Style fixes. --- src/nxt_fastcgi_source.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/nxt_fastcgi_source.c') diff --git a/src/nxt_fastcgi_source.c b/src/nxt_fastcgi_source.c index f81f7059..068c00a9 100644 --- a/src/nxt_fastcgi_source.c +++ b/src/nxt_fastcgi_source.c @@ -335,10 +335,10 @@ nxt_fastcgi_next_param(nxt_fastcgi_source_t *fs, nxt_fastcgi_param_t *param) nxt_int_t ret; enum { - sw_name_length = 0, - sw_value_length, - sw_name, - sw_value, + sw_name_length = 0, + sw_value_length, + sw_name, + sw_value, }; switch (fs->state) { -- cgit