1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Trim trailing whitespace in source code files

This commit is contained in:
Peter Kokot
2018-10-13 14:17:28 +02:00
parent 6c2c7dabee
commit 37c329d715
123 changed files with 2706 additions and 2707 deletions

View File

@@ -4,12 +4,12 @@ function hallo() {
}
function simpleucall($n) {
for ($i = 0; $i < $n; $i++)
for ($i = 0; $i < $n; $i++)
hallo();
}
function simpleudcall($n) {
for ($i = 0; $i < $n; $i++)
for ($i = 0; $i < $n; $i++)
hallo2();
}
@@ -17,7 +17,7 @@ function hallo2() {
}
function simpleicall($n) {
for ($i = 0; $i < $n; $i++)
for ($i = 0; $i < $n; $i++)
func_num_args();
}