]> granicus.if.org Git - apache/commitdiff
formatting: space vs tab
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 13 Nov 2012 21:08:33 +0000 (21:08 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 13 Nov 2012 21:08:33 +0000 (21:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1408961 13f79535-47bb-0310-9956-ffa450edef68

modules/session/mod_session_dbd.c

index 59575ed558f5145bf4c65ca0e4243c8e03aa01fd..dc30bc14251354f5763b48d00d493706b8c84ae3 100644 (file)
@@ -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);