浏览代码

Correct indentation in Engine

Dariusz Rumiński 11 年之前
父节点
当前提交
4353e7e2a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Mustache/Engine.php

+ 1 - 1
src/Mustache/Engine.php

@@ -213,7 +213,7 @@ class Mustache_Engine
      */
     public function getEntityFlags()
     {
-      return $this->entityFlags;
+        return $this->entityFlags;
     }
 
     /**