editors/TextViewer.py
changeset 1782 5b6ad7a7fd9d
parent 1780 c52d1460cea8
child 1833 2269739dd098
--- a/editors/TextViewer.py	Sat Aug 19 21:06:54 2017 +0300
+++ b/editors/TextViewer.py	Mon Aug 21 21:55:18 2017 +0300
@@ -33,9 +33,9 @@
 from EditorPanel import EditorPanel
 from controls.CustomStyledTextCtrl import CustomStyledTextCtrl, faces, GetCursorPos, NAVIGATION_KEYS
 
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 #                         Textual programs Viewer class
-#-------------------------------------------------------------------------------
+# -------------------------------------------------------------------------------
 
 
 NEWLINE = "\n"
@@ -915,9 +915,9 @@
         self.Editor.AutoCompCancel()
         event.Skip()
 
-#-------------------------------------------------------------------------------
-#                        Highlights showing functions
-#-------------------------------------------------------------------------------
+    # -------------------------------------------------------------------------------
+    #                        Highlights showing functions
+    # -------------------------------------------------------------------------------
 
     def OnRefreshHighlightsTimer(self, event):
         self.RefreshView()