From 2806f2ab0c53640ff0bb27e7b52eaa75df9868e1 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Wed, 28 Jul 2021 06:35:36 +0000 Subject: [PATCH] Remove trailing space to synch with 2.4.x [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891841 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_task.c | 2 +- modules/http2/h2_util.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/http2/h2_task.c b/modules/http2/h2_task.c index 5b32656a912..2ac6ea4735c 100644 --- a/modules/http2/h2_task.c +++ b/modules/http2/h2_task.c @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + #include #include diff --git a/modules/http2/h2_util.c b/modules/http2/h2_util.c index 9b2b3de9682..c00a31c5ab1 100644 --- a/modules/http2/h2_util.c +++ b/modules/http2/h2_util.c @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + #include #include #include -- 2.47.3