Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ICSharpCode.NRefactory.CSharp/Ast/GeneralScope/WhitespaceNode.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ICSharpCode.NRefactory.CSharp/Ast/GeneralScope/WhitespaceNode.cs b/ICSharpCode.NRefactory.CSharp/Ast/GeneralScope/WhitespaceNode.cs
index c7e37f70..a03588aa 100644
--- a/ICSharpCode.NRefactory.CSharp/Ast/GeneralScope/WhitespaceNode.cs
+++ b/ICSharpCode.NRefactory.CSharp/Ast/GeneralScope/WhitespaceNode.cs
@@ -62,7 +62,7 @@ namespace ICSharpCode.NRefactory.CSharp
public WhitespaceNode(string whiteSpaceText, TextLocation startLocation)
{
- this.WhiteSpaceText = WhiteSpaceText;
+ this.WhiteSpaceText = whiteSpaceText;
this.startLocation = startLocation;
}