]> granicus.if.org Git - apache/commitdiff
Silence a sparse warning about inconsistent indenting
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 31 Aug 2015 19:50:19 +0000 (19:50 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 31 Aug 2015 19:50:19 +0000 (19:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1700320 13f79535-47bb-0310-9956-ffa450edef68

support/ab.c

index 68059822ac20c271546ad957f23d480985e434c6..096be0759eb0e7fccf14bef98c17e4d0e89ba8a0 100644 (file)
@@ -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;