summaryrefslogtreecommitdiff
path: root/scripts/dev
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-06-05 00:21:29 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-06-05 00:21:36 +0200
commit3f16a43d74238f86a338cafe26a97ae757781624 (patch)
tree1927156cbc7eab48064ce42ff8001ad032d95ffa /scripts/dev
parent279498564fbf95ee118b4b9109964ac72e2640fb (diff)
downloadphp-git-3f16a43d74238f86a338cafe26a97ae757781624.tar.gz
[ci skip] Remove trailing WS
Since commit 2238403 removed respective trailing WS in files generated by this script, we remove the trailing WS in the first place, to avoid further mundane merge conflicts. [1] http://git.php.net/?p=php-src.git;a=commit;h=2238403892ccf87143a59814538d9f764509d9e7
Diffstat (limited to 'scripts/dev')
-rwxr-xr-xscripts/dev/credits10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/dev/credits b/scripts/dev/credits
index 5be84fda07..0683f59882 100755
--- a/scripts/dev/credits
+++ b/scripts/dev/credits
@@ -7,14 +7,14 @@ for what in ext sapi
do
file=ext/standard/credits_$what.h
cat >$file <<END
-/*
+/*
DO NOT EDIT THIS FILE!
- it has been automaticaly created by php7/scripts/credits from
+ it has been automaticaly created by php7/scripts/credits from
the information found in the various php7/ext/.../CREDITS and
- php7/sapi/.../CREDITS files
-
- if you want to change an entry you have to edit the appropriate
+ php7/sapi/.../CREDITS files
+
+ if you want to change an entry you have to edit the appropriate
CREDITS file instead
*/