From: Ian Holsman Date: Sun, 4 Aug 2002 15:15:57 +0000 (+0000) Subject: format to 80 chars X-Git-Tag: 2.0.40~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=705f189757fafec741455267e033c04a1e894f19;p=apache format to 80 chars git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96303 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core.c b/server/core.c index 3b0603532a..09e4722761 100644 --- a/server/core.c +++ b/server/core.c @@ -4010,7 +4010,7 @@ static conn_rec *core_create_conn(apr_pool_t *ptrans, server_rec *server, conn_rec *c = (conn_rec *) apr_pcalloc(ptrans, sizeof(conn_rec)); c->sbh = sbh; - (void) ap_update_child_status(c->sbh, SERVER_BUSY_READ, (request_rec *) NULL); + (void)ap_update_child_status(c->sbh, SERVER_BUSY_READ, (request_rec *)NULL); /* Got a connection structure, so initialize what fields we can * (the rest are zeroed out by pcalloc).