summaryrefslogtreecommitdiff
path: root/tests/cpp/include/variables/tpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpp/include/variables/tpl.h')
-rw-r--r--tests/cpp/include/variables/tpl.h21
1 files changed, 10 insertions, 11 deletions
diff --git a/tests/cpp/include/variables/tpl.h b/tests/cpp/include/variables/tpl.h
index 3c4ed7c..0df5892 100644
--- a/tests/cpp/include/variables/tpl.h
+++ b/tests/cpp/include/variables/tpl.h
@@ -1,7 +1,7 @@
/**
*
* Test variables
- * phptname.phpt
+ * phptname.phpt
*
*/
@@ -12,16 +12,15 @@
* Set up namespace
*/
namespace TestVariables {
-
-
- /*
- * Test
- */
- void fnname(Php::Parameters &params)
- {
-
-
- }
+
+ /*
+ * Test
+ */
+ void fnname(Php::Parameters &params)
+ {
+
+
+ }
/**
* End of namespace