Skip to content

Commit 5f9c4d7

Browse files
author
Felipe Zimmerle
committed
nginx: cosmetics: Splits lines longer than 80 characters
1 parent 523ac10 commit 5f9c4d7

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
@@ -652,7 +652,8 @@ ngx_http_modsecurity_save_request_body(ngx_http_request_t *r)
652652
ngx_http_finalize_request(r, NGX_HTTP_INTERNAL_SERVER_ERROR);
653653
return NGX_OK;
654654
}
655-
str->len = ngx_snprintf(str->data, NGX_OFF_T_LEN, "%O", content_length) - str->data;
655+
str->len = ngx_snprintf(str->data, NGX_OFF_T_LEN, "%O",
656+
content_length) - str->data;
656657

657658
}
658659

0 commit comments

Comments
 (0)