From ef75fea1615ba4f7c4f0862176d9ec2a9f490ca0 Mon Sep 17 00:00:00 2001 From: Rustam Vishnyakov Date: Thu, 6 Sep 2012 13:57:29 +0400 Subject: [PATCH] Template Formatting Engine refactoring and fixes --- xml/impl/src/com/intellij/psi/formatter/xml/XmlTagBlock.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/impl/src/com/intellij/psi/formatter/xml/XmlTagBlock.java b/xml/impl/src/com/intellij/psi/formatter/xml/XmlTagBlock.java index 9ebb33a6a017..e8e7c71bf9aa 100644 --- a/xml/impl/src/com/intellij/psi/formatter/xml/XmlTagBlock.java +++ b/xml/impl/src/com/intellij/psi/formatter/xml/XmlTagBlock.java @@ -154,7 +154,7 @@ public class XmlTagBlock extends AbstractXmlBlock{ } } - private Indent getChildrenIndent() { + protected Indent getChildrenIndent() { return myXmlFormattingPolicy.indentChildrenOf(getTag()) ? Indent.getNormalIndent() : Indent.getNoneIndent();