]> granicus.if.org Git - apache/commitdiff
format to 80 chars
authorIan Holsman <ianh@apache.org>
Sun, 4 Aug 2002 15:15:57 +0000 (15:15 +0000)
committerIan Holsman <ianh@apache.org>
Sun, 4 Aug 2002 15:15:57 +0000 (15:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96303 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index 3b0603532a4735b06c976c58e76ffcdc01877d4b..09e47227614bc3d2ab6c2c155efb6ea72cbef56a 100644 (file)
@@ -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).