Code style cleanup.

This commit is contained in:
Justin Hileman
2012-05-03 08:03:54 -07:00
parent 6b8b89a0ae
commit 4dd4db6065
4 changed files with 11 additions and 6 deletions
+2 -1
View File
@@ -14,7 +14,8 @@
*
* This class is responsible for turning raw template source into a set of Mustache tokens.
*/
class Mustache_Tokenizer {
class Mustache_Tokenizer
{
// Finite state machine states
const IN_TEXT = 0;