Index: src/Common/DelftTools.Controls/ITreeNode.cs
===================================================================
diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a
--- src/Common/DelftTools.Controls/ITreeNode.cs (.../ITreeNode.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9)
+++ src/Common/DelftTools.Controls/ITreeNode.cs (.../ITreeNode.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a)
@@ -88,17 +88,17 @@
/// Drawing bounds of node
///
Rectangle Bounds { get; }
-
+
///
/// Gets the path from the root node to this node
///
string FullPath { get; }
-
+
///
/// Previous sibling tree node
///
ITreeNode PreviousNode { get; }
-
+
///
/// Previous visible tree node
///
@@ -125,9 +125,9 @@
bool IsExpanded { get; }
bool IsUpdating { get; }
-
+
bool IsEditing { get; }
-
+
///
/// Expands the tree node
///