From e4368dc666a32057723ffeb7dc6a078ace6c6f77 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Mon, 24 Jan 2022 16:20:07 +0000 Subject: [PATCH] Begone, foul tabs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897424 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/mod_ssl.c | 4 ++-- server/mpm/event/event.c | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/ssl/mod_ssl.c b/modules/ssl/mod_ssl.c index 40b83a8709f..2489aa5ca81 100644 --- a/modules/ssl/mod_ssl.c +++ b/modules/ssl/mod_ssl.c @@ -735,7 +735,7 @@ static int ssl_hook_process_connection(conn_rec* c) ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(10371) "SSL handshake in progress, continuing"); - status = AGAIN; + status = AGAIN; } else if (rv == AP_FILTER_ERROR) { /* handshake error, but mod_ssl handled it */ @@ -743,7 +743,7 @@ static int ssl_hook_process_connection(conn_rec* c) ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(10372) "SSL handshake failed, returning error response"); - status = DECLINED; + status = DECLINED; } else { /* we failed, give up */ diff --git a/server/mpm/event/event.c b/server/mpm/event/event.c index 11443dea7ac..c7509ba6a85 100644 --- a/server/mpm/event/event.c +++ b/server/mpm/event/event.c @@ -985,12 +985,12 @@ static void process_lingering_close(event_conn_state_t *cs); static void update_reqevents_from_sense(event_conn_state_t *cs, int sense) { - /* has the desired sense been overridden? */ - if (cs->pub.sense != CONN_SENSE_DEFAULT) { - sense = cs->pub.sense; - } + /* has the desired sense been overridden? */ + if (cs->pub.sense != CONN_SENSE_DEFAULT) { + sense = cs->pub.sense; + } - /* read or write */ + /* read or write */ if (sense == CONN_SENSE_WANT_READ) { cs->pfd.reqevents = APR_POLLIN | APR_POLLHUP; } -- 2.47.3