comparison src/http/modules/ngx_http_userid_filter_module.c @ 3509:d87711a54dc4

style fix: remove blank line
author Igor Sysoev <igor@sysoev.ru>
date Thu, 13 May 2010 10:22:48 +0000
parents c7d57b539248
children dd1570b6f237
comparison
equal deleted inserted replaced
3508:05e964be70a2 3509:d87711a54dc4
778 /* use the most significant usec part that fits to 16 bits */ 778 /* use the most significant usec part that fits to 16 bits */
779 start_value = ((tp.tv_usec / 20) << 16) | ngx_pid; 779 start_value = ((tp.tv_usec / 20) << 16) | ngx_pid;
780 780
781 return NGX_OK; 781 return NGX_OK;
782 } 782 }
783