]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove some extra spaces in order to align on 4 spaces and synch with trunk.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 23 May 2020 13:20:09 +0000 (13:20 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 23 May 2020 13:20:09 +0000 (13:20 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1878058 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_conn.c

index a330cc8512e9deae593b61ebce36b37a10b72ea3..86ab6cb78379bea6e8149e493ec4e8df3e045442 100644 (file)
@@ -314,8 +314,8 @@ conn_rec *h2_slave_create(conn_rec *master, int slave_id, apr_pool_t *parent)
 #endif
     c->bucket_alloc           = apr_bucket_alloc_create(pool);
 #if !AP_MODULE_MAGIC_AT_LEAST(20180720, 1)
-     c->data_in_input_filters  = 0;
-     c->data_in_output_filters = 0;
+    c->data_in_input_filters  = 0;
+    c->data_in_output_filters = 0;
 #endif
     /* prevent mpm_event from making wrong assumptions about this connection,
      * like e.g. using its socket for an async read check. */