|
|
@ -1738,8 +1738,9 @@ namespace ICSharpCode.NRefactory.CSharp |
|
|
|
formatter.Indent (); |
|
|
|
formatter.Indent (); |
|
|
|
|
|
|
|
|
|
|
|
foreach (var statement in switchSection.Statements) { |
|
|
|
foreach (var statement in switchSection.Statements) { |
|
|
|
NewLine (); |
|
|
|
|
|
|
|
statement.AcceptVisitor (this, data); |
|
|
|
statement.AcceptVisitor (this, data); |
|
|
|
|
|
|
|
if(switchSection.NextSibling != null) |
|
|
|
|
|
|
|
NewLine(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (policy.IndentCaseBody) |
|
|
|
if (policy.IndentCaseBody) |
|
|
|