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.
This commit is contained in:
Sebastian Jennen 2019-07-27 09:47:32 +02:00 committed by Christoph M. Becker
parent f1c4b48c84
commit a2b2aaa67a
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
/*
/*
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+