Skip to content

Commit 6490b52

Browse files
committed
Fix indent
1 parent c4523e1 commit 6490b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/src/sslutils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ static OCSP_RESPONSE *ocsp_get_resp(apr_pool_t *mp, apr_socket_t *sock)
938938
/* Creates an OCSP request */
939939
static OCSP_REQUEST *get_ocsp_request(X509 *cert, X509 *issuer)
940940
{
941-
OCSP_REQUEST *ocsp_req = NULL;
941+
OCSP_REQUEST *ocsp_req = NULL;
942942

943943
ocsp_req = OCSP_REQUEST_new();
944944
if (ocsp_req == NULL)

0 commit comments

Comments
 (0)