summaryrefslogtreecommitdiff
path: root/sapi/cgi/tests/003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cgi/tests/003.phpt')
-rw-r--r--sapi/cgi/tests/003.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/sapi/cgi/tests/003.phpt b/sapi/cgi/tests/003.phpt
index 4b4d29267d..00c59c7278 100644
--- a/sapi/cgi/tests/003.phpt
+++ b/sapi/cgi/tests/003.phpt
@@ -23,12 +23,12 @@ $code ='
/* some test script */
class test { /* {{{ */
- public $var = "test"; //test var
-#perl style comment
- private $pri; /* private attr */
+ public $var = "test"; //test var
+#perl style comment
+ private $pri; /* private attr */
- function foo(/* void */) {
- }
+ function foo(/* void */) {
+ }
}
/* }}} */