summaryrefslogtreecommitdiff
path: root/ext/shmop
diff options
context:
space:
mode:
authorPeter Kokot <petk@php.net>2018-07-29 03:43:45 +0200
committerPeter Kokot <petk@php.net>2018-07-29 03:43:45 +0200
commitcf3b852109a88a11370d0207cd3b72a53b6a64c3 (patch)
treec5c7a952575f4350986f15bbfed1eee667e8db22 /ext/shmop
parentb60d8ab2e2a44cd8b5de72a4bffbff1f6e5987bd (diff)
downloadphp-git-cf3b852109a88a11370d0207cd3b72a53b6a64c3.tar.gz
Trim trailing whitespaces in build files
Some editors utilizing .editorconfig automatically trim whitespaces. For convenience this patch removes whitespaces in certain build files: - ext/*/config*.m4 - configure.ac - acinclude.m4
Diffstat (limited to 'ext/shmop')
-rw-r--r--ext/shmop/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shmop/config.m4 b/ext/shmop/config.m4
index 5895293ea9..79642f37d9 100644
--- a/ext/shmop/config.m4
+++ b/ext/shmop/config.m4
@@ -1,6 +1,6 @@
dnl config.m4 for extension shmop
-PHP_ARG_ENABLE(shmop, whether to enable shmop support,
+PHP_ARG_ENABLE(shmop, whether to enable shmop support,
[ --enable-shmop Enable shmop support])
if test "$PHP_SHMOP" != "no"; then