diff mbox series

config.mak.uname: PCRE1 cleanup

Message ID pull.983.git.1624358562084.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit ebbf5d2b70d72a9a4407c12567fbbd9cde892e26
Headers show
Series config.mak.uname: PCRE1 cleanup | expand

Commit Message

Carlo Marcelo Arenas Belón June 22, 2021, 10:42 a.m. UTC
From: =?UTF-8?q?Carlo=20Marcelo=20Arenas=20Bel=C3=B3n?= <carenas@gmail.com>

Style issue: a space was missing.

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
---
    config.mak.uname: PCRE1 cleanup
    
    Git for Windows carried a patch retiring PCRE1 for a long time that was
    superseded by ab/retire-pcre1. This is the surviving remainder of that
    patch.

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-983%2Fdscho%2Fcarenas%2Fwin-pcre1-cleanup-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-983/dscho/carenas/win-pcre1-cleanup-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/983

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


base-commit: 670b81a890388c60b7032a4f5b879f2ece8c4558
diff mbox series

Patch

diff --git a/config.mak.uname b/config.mak.uname
index cb443b4e023a..e8ceaed3d3ed 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -668,7 +668,7 @@  else
 		HAVE_LIBCHARSET_H = YesPlease
 		NO_GETTEXT =
 		USE_GETTEXT_SCHEME = fallthrough
-		USE_LIBPCRE= YesPlease
+		USE_LIBPCRE = YesPlease
 		NO_CURL =
 		USE_NED_ALLOCATOR = YesPlease
 	else