controls/DebugVariablePanel/DebugVariableItem.py
changeset 1782 5b6ad7a7fd9d
parent 1774 ac0fe8aabb5e
child 1832 0f1081928d65
--- a/controls/DebugVariablePanel/DebugVariableItem.py	Sat Aug 19 21:06:54 2017 +0300
+++ b/controls/DebugVariablePanel/DebugVariableItem.py	Mon Aug 21 21:55:18 2017 +0300
@@ -27,16 +27,16 @@
 
 from graphics.DebugDataConsumer import DebugDataConsumer, TYPE_TRANSLATOR
 
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 #                 Constant for calculate CRC for string variables
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 
 STRING_CRC_SIZE = 8
 STRING_CRC_MASK = 2 ** STRING_CRC_SIZE - 1
 
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 #                          Debug Variable Item Class
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 
 
 class DebugVariableItem(DebugDataConsumer):