summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/bug71005.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/bug71005.phpt')
-rw-r--r--sapi/cli/tests/bug71005.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/cli/tests/bug71005.phpt b/sapi/cli/tests/bug71005.phpt
index 70521dbaec..b7b9719d0d 100644
--- a/sapi/cli/tests/bug71005.phpt
+++ b/sapi/cli/tests/bug71005.phpt
@@ -25,9 +25,9 @@ Host: {$host}
HEADER
)) {
- while (!feof($fp)) {
- echo fgets($fp);
- }
+ while (!feof($fp)) {
+ echo fgets($fp);
+ }
}
?>