mirror of
https://github.com/nginx/nginx.git
synced 2025-06-13 06:12:44 +08:00
style fix
This commit is contained in:
parent
5f6989e953
commit
3378750e2d
@ -136,7 +136,7 @@ ngx_int_t ngx_decode_base64(ngx_str_t *dst, ngx_str_t *src);
|
||||
|
||||
uint32_t ngx_utf_decode(u_char **p, size_t n);
|
||||
size_t ngx_utf_length(u_char *p, size_t n);
|
||||
u_char * ngx_utf_cpystrn(u_char *dst, u_char *src, size_t n);
|
||||
u_char *ngx_utf_cpystrn(u_char *dst, u_char *src, size_t n);
|
||||
|
||||
|
||||
#define NGX_ESCAPE_URI 0
|
||||
|
Loading…
Reference in New Issue
Block a user