From: Rainer Jung Date: Tue, 19 Jan 2016 11:41:36 +0000 (+0000) Subject: Reformat. X-Git-Tag: 2.5.0-alpha~2377 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=331d64c25c5927b22134cd8c42e1df832ae24122;p=thirdparty%2Fapache%2Fhttpd.git Reformat. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725478 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_ct_sct.c b/modules/ssl/ssl_ct_sct.c index 78065db67db..f55a3e895fa 100644 --- a/modules/ssl/ssl_ct_sct.c +++ b/modules/ssl/ssl_ct_sct.c @@ -71,10 +71,8 @@ apr_status_t sct_verify_signature(conn_rec *c, sct_fields_t *sctf, } rv = verify_signature(sctf, pubkey); if (rv != APR_SUCCESS) { - ap_log_cerror(APLOG_MARK, - APLOG_ERR, - rv, c, - APLOGNO(02767) "verify_signature failed"); + ap_log_cerror(APLOG_MARK, APLOG_ERR, rv, c, APLOGNO(02767) + "verify_signature failed"); } else { ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(03037)