CodeFileTreeNode.py
changeset 1837 c507c363625e
parent 1831 56b48961cc68
child 1872 866fb3ab8778
--- a/CodeFileTreeNode.py	Fri Sep 29 15:36:33 2017 +0300
+++ b/CodeFileTreeNode.py	Fri Sep 29 16:26:15 2017 +0300
@@ -211,10 +211,10 @@
 #                      Current Buffering Management Functions
 # -------------------------------------------------------------------------------
 
-    """
-    Return a copy of the codefile model
-    """
     def Copy(self, model):
+        """
+        Return a copy of the codefile model
+        """
         return deepcopy(model)
 
     def CreateCodeFileBuffer(self, saved):