Skip to content

Commit f1a3063

Browse files
author
Felipe Zimmerle
committed
nginx: cosmetics: Splits lines longer than 80 characters
1 parent 95b1817 commit f1a3063

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nginx/modsecurity/ngx_http_modsecurity.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,8 @@ ngx_http_modsecurity_save_request_body(ngx_http_request_t *r)
648648
ngx_http_finalize_request(r, NGX_HTTP_INTERNAL_SERVER_ERROR);
649649
return NGX_OK;
650650
}
651-
str->len = ngx_snprintf(str->data, NGX_OFF_T_LEN, "%O", content_length) - str->data;
651+
str->len = ngx_snprintf(str->data, NGX_OFF_T_LEN, "%O",
652+
content_length) - str->data;
652653

653654
}
654655

0 commit comments

Comments
 (0)