comparison src/http/modules/ngx_http_browser_module.c @ 754:4ac89c5aa10d

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Mon, 09 Oct 2006 15:38:59 +0000
parents d488926182ea
children 4c43e25d11ea
comparison
equal deleted inserted replaced
753:af72ac9c3dbf 754:4ac89c5aa10d
59 static ngx_int_t ngx_http_browser_variable(ngx_http_request_t *r, 59 static ngx_int_t ngx_http_browser_variable(ngx_http_request_t *r,
60 ngx_http_variable_value_t *v, uintptr_t data); 60 ngx_http_variable_value_t *v, uintptr_t data);
61 61
62 static ngx_uint_t ngx_http_browser(ngx_http_request_t *r, 62 static ngx_uint_t ngx_http_browser(ngx_http_request_t *r,
63 ngx_http_browser_conf_t *cf); 63 ngx_http_browser_conf_t *cf);
64 64
65 static ngx_int_t ngx_http_browser_add_variable(ngx_conf_t *cf); 65 static ngx_int_t ngx_http_browser_add_variable(ngx_conf_t *cf);
66 static void *ngx_http_browser_create_conf(ngx_conf_t *cf); 66 static void *ngx_http_browser_create_conf(ngx_conf_t *cf);
67 static char *ngx_http_browser_merge_conf(ngx_conf_t *cf, void *parent, 67 static char *ngx_http_browser_merge_conf(ngx_conf_t *cf, void *parent,
68 void *child); 68 void *child);
69 static int ngx_libc_cdecl ngx_http_modern_browser_sort(const void *one, 69 static int ngx_libc_cdecl ngx_http_modern_browser_sort(const void *one,