From: Christophe Jaillet Date: Mon, 31 Aug 2015 19:50:19 +0000 (+0000) Subject: Silence a sparse warning about inconsistent indenting X-Git-Tag: 2.5.0-alpha~2895 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ba6c05ebeec178c40abc18da02379a16045206f;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/support/ab.c b/support/ab.c index 68059822ac2..096be0759eb 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;