From 705f189757fafec741455267e033c04a1e894f19 Mon Sep 17 00:00:00 2001 From: Ian Holsman Date: Sun, 4 Aug 2002 15:15:57 +0000 Subject: [PATCH] format to 80 chars git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96303 13f79535-47bb-0310-9956-ffa450edef68 --- server/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core.c b/server/core.c index 3b0603532a4..09e47227614 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). -- 2.47.2