diff --git a/ICSharpCode.NRefactory.Tests/FormattingTests/TestStatementIndentation.cs b/ICSharpCode.NRefactory.Tests/FormattingTests/TestStatementIndentation.cs index 3ed7f45717..fbc17ce14b 100644 --- a/ICSharpCode.NRefactory.Tests/FormattingTests/TestStatementIndentation.cs +++ b/ICSharpCode.NRefactory.Tests/FormattingTests/TestStatementIndentation.cs @@ -1,4 +1,4 @@ -// +// // TestStatementIndentation.cs // // Author: @@ -1965,9 +1965,9 @@ if (b) { Test TestMethod () { { -//CMT1 + //CMT1 ; -/* cmt 2 */ + /* cmt 2 */ } } }", @"class Test @@ -1993,9 +1993,9 @@ if (b) { Test TestMethod () { { -" + @"#if true +" + @" #if true ; -" + @"#endif +" + @" #endif } } }", @"class Test