comparison src/http/modules/ngx_http_scgi_module.c @ 7088:f684178faec9

Style.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 10 Aug 2017 22:21:20 +0300
parents 08537eab4f23
children 9e25a5380a21
comparison
equal deleted inserted replaced
7087:47b7ffc3339d 7088:f684178faec9
817 817
818 #if (NGX_DEBUG) 818 #if (NGX_DEBUG)
819 key = e.pos; 819 key = e.pos;
820 #endif 820 #endif
821 code = *(ngx_http_script_code_pt *) e.ip; 821 code = *(ngx_http_script_code_pt *) e.ip;
822 code((ngx_http_script_engine_t *) & e); 822 code((ngx_http_script_engine_t *) &e);
823 823
824 #if (NGX_DEBUG) 824 #if (NGX_DEBUG)
825 val = e.pos; 825 val = e.pos;
826 #endif 826 #endif
827 while (*(uintptr_t *) e.ip) { 827 while (*(uintptr_t *) e.ip) {