projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a0709be
)
Compiler.php - CS fix
author
Joseph Bielawski
<stloyd@gmail.com>
Fri, 29 Apr 2011 09:59:03 +0000 (
02:59
-0700)
committer
Joseph Bielawski
<stloyd@gmail.com>
Fri, 29 Apr 2011 09:59:03 +0000 (
02:59
-0700)
lib/Twig/Compiler.php
patch
|
blob
|
history
diff --git
a/lib/Twig/Compiler.php
b/lib/Twig/Compiler.php
index
aef6a87
..
e103f4a
100644
(file)
--- a/
lib/Twig/Compiler.php
+++ b/
lib/Twig/Compiler.php
@@
-74,8
+74,7
@@
class Twig_Compiler implements Twig_CompilerInterface
public function subcompile(Twig_NodeInterface $node, $raw = true)
{
- if (false === $raw)
- {
+ if (false === $raw) {
$this->addIndentation();
}