Minor code style cleanup.

This commit is contained in:
Justin Hileman
2012-05-17 16:21:14 -07:00
parent d8bc0b870f
commit 7750a41369
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
{ {
"name": "Justin Hileman", "name": "Justin Hileman",
"email": "justin@justinhileman.info", "email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com/" "homepage": "http://justinhileman.com"
} }
], ],
"require": { "require": {
+1 -1
View File
@@ -53,7 +53,7 @@ class Mustache_Compiler
* @param array $tree Parse tree of Mustache tokens * @param array $tree Parse tree of Mustache tokens
* @param int $level (default: 0) * @param int $level (default: 0)
* *
* @return string Generated PHP source code; * @return string Generated PHP source code
*/ */
private function walk(array $tree, $level = 0) private function walk(array $tree, $level = 0)
{ {