From cec3b508207ca460525761a020d0a49650a6735a Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Tue, 13 Nov 2012 21:08:33 +0000 Subject: [PATCH] formatting: space vs tab git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1408961 13f79535-47bb-0310-9956-ffa450edef68 --- modules/session/mod_session_dbd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/session/mod_session_dbd.c b/modules/session/mod_session_dbd.c index 59575ed558f..dc30bc14251 100644 --- a/modules/session/mod_session_dbd.c +++ b/modules/session/mod_session_dbd.c @@ -348,10 +348,10 @@ static apr_status_t dbd_remove(request_rec * r, const char *key) rv = dbd_init(r, conf->deletelabel, &dbd, &statement); if (rv != APR_SUCCESS) { - // No need to do additional error logging here, it has already - // been done in dbd_init if needed - return rv; - } + // No need to do additional error logging here, it has already + // been done in dbd_init if needed + return rv; + } rv = apr_dbd_pvbquery(dbd->driver, r->pool, dbd->handle, &rows, statement, key, NULL); -- 2.47.3