comparison src/http/ngx_http_parse.c @ 831:82742d66547a

style fix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 31 Oct 2006 12:27:32 +0000
parents 51b08975dfa3
children fe681917a24d
comparison
equal deleted inserted replaced
830:51b08975dfa3 831:82742d66547a
7 #include <ngx_config.h> 7 #include <ngx_config.h>
8 #include <ngx_core.h> 8 #include <ngx_core.h>
9 #include <ngx_http.h> 9 #include <ngx_http.h>
10 10
11 11
12 static uint32_t usual[] = { 12 static uint32_t usual[] = {
13 0xffffdbfe, /* 1111 1111 1111 1111 1101 1011 1111 1110 */ 13 0xffffdbfe, /* 1111 1111 1111 1111 1101 1011 1111 1110 */
14 14
15 /* ?>=< ;:98 7654 3210 /.-, +*)( '&%$ #"! */ 15 /* ?>=< ;:98 7654 3210 /.-, +*)( '&%$ #"! */
16 0x7fff37d6, /* 0111 1111 1111 1111 0011 0111 1101 0110 */ 16 0x7fff37d6, /* 0111 1111 1111 1111 0011 0111 1101 0110 */
17 17