summaryrefslogtreecommitdiff
path: root/win32/select.c
diff options
context:
space:
mode:
authorSebastian Jennen <sebastian.jennen@gmx.de>2019-07-27 09:47:32 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-07-27 10:12:54 +0200
commita2b2aaa67a834d014d2f800cc65c86cb557cac61 (patch)
treeeacf4ecacd77d1ab3436f4e2d835a80056c39411 /win32/select.c
parentf1c4b48c840bc65782e77728feea9aa2e1268ca6 (diff)
downloadphp-git-a2b2aaa67a834d014d2f800cc65c86cb557cac61.tar.gz
file encoding cleanup: remove bom in win32 files
These two files have been: "UTF-8 Unicode (with BOM) text". By applying `dos2unix` on these files the BOM has been removed. I checked the whole source code with dos2unix: These were the only two text files affected.
Diffstat (limited to 'win32/select.c')
-rw-r--r--win32/select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/select.c b/win32/select.c
index 810130c970..b02766e4f3 100644
--- a/win32/select.c
+++ b/win32/select.c
@@ -1,4 +1,4 @@
-/*
+/*
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+