Browse Source

Add missing newline after property declarations.

pull/10/head
Daniel Grunwald 15 years ago
parent
commit
8434379fcc
  1. 1
      NRefactory/ICSharpCode.NRefactory/CSharp/OutputVisitor/OutputVisitor.cs

1
NRefactory/ICSharpCode.NRefactory/CSharp/OutputVisitor/OutputVisitor.cs

@ -1795,6 +1795,7 @@ namespace ICSharpCode.NRefactory.CSharp
} }
} }
CloseBrace(policy.PropertyBraceStyle); CloseBrace(policy.PropertyBraceStyle);
NewLine();
return EndNode(propertyDeclaration); return EndNode(propertyDeclaration);
} }
#endregion #endregion

Loading…
Cancel
Save