From 4ba6c05ebeec178c40abc18da02379a16045206f Mon Sep 17 00:00:00 2001
From: Christophe Jaillet <jailletc36@apache.org>
Date: Mon, 31 Aug 2015 19:50:19 +0000
Subject: [PATCH] Silence a sparse warning about inconsistent indenting

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1700320 13f79535-47bb-0310-9956-ffa450edef68
---
 support/ab.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/ab.c b/support/ab.c
index 68059822ac..096be0759e 100644
--- a/support/ab.c
+++ b/support/ab.c
@@ -1224,7 +1224,7 @@ static void start_connect(struct connection * c)
     apr_status_t rv;
 
     if (!(started < requests))
-    return;
+        return;
 
     c->read = 0;
     c->bread = 0;
-- 
2.40.0