summaryrefslogtreecommitdiffstats
path: root/0001-remove-trailing-space.patch
blob: 69f8efe80911522a5e17fa334b9d9eb9b44675a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 6553d00c0d103b1abe530c9dfdc2e37a6f8875f9 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Tue, 1 Oct 2024 12:00:16 +0200
Subject: [PATCH] remove trailing space

---
 config.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.m4 b/config.m4
index 73f8097..68f14fa 100644
--- a/config.m4
+++ b/config.m4
@@ -56,7 +56,7 @@ if test "$PHP_YAF" != "no"; then
     routes/yaf_route_simple.c       \
     routes/yaf_route_supervar.c     \
     routes/yaf_route_regex.c        \
-    routes/yaf_route_rewrite.c      \ 
+    routes/yaf_route_rewrite.c      \
     routes/yaf_route_map.c          \
     yaf_loader.c                    \
     yaf_registry.c                  \
-- 
2.46.2