Skip to content

Commit 53a9880

Browse files
committed
style: fixed minor coding style issues found by ngx-releng.
1 parent b741f55 commit 53a9880

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ngx_http_srcache_fetch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ ngx_http_srcache_access_handler(ngx_http_request_t *r)
246246
rc = ngx_http_read_client_request_body(r,
247247
ngx_http_srcache_post_read_body);
248248
if (rc == NGX_ERROR || rc > NGX_OK) {
249-
#if (nginx_version < 1002006) \
249+
#if (nginx_version < 1002006) \
250250
|| (nginx_version >= 1003000 && nginx_version < 1003009)
251251
r->main->count--;
252252
#endif

src/ngx_http_srcache_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define ngx_http_srcache_method_name(m) { sizeof(m) - 1, (u_char *) m " " }
1414

15-
#define ngx_http_srcache_strcmp_const(a, b) \
15+
#define ngx_http_srcache_strcmp_const(a, b) \
1616
ngx_strncmp(a, b, sizeof(b) - 1)
1717

1818
extern ngx_str_t ngx_http_srcache_content_length_header_key;

0 commit comments

Comments
 (0)