# HG changeset patch # User Andrey Skvortsov # Date 1503090273 -10800 # Node ID 449fd504a71140e6392e7c6f4a4c702b25cf1ccf # Parent 4665ba25a0ba6be0705f2220238c434e917a5513 clean-up: fix PEP8 E114 indentation is not a multiple of four (comment) diff -r 4665ba25a0ba -r 449fd504a711 controls/DebugVariablePanel/DebugVariablePanel.py --- a/controls/DebugVariablePanel/DebugVariablePanel.py Fri Aug 18 23:39:15 2017 +0300 +++ b/controls/DebugVariablePanel/DebugVariablePanel.py Sat Aug 19 00:04:33 2017 +0300 @@ -109,7 +109,7 @@ @param y: Y coordinate of mouse pointer @param d: Suggested default for return value """ - # Signal Debug Variable Panel to refresh highlight giving mouse position + # Signal Debug Variable Panel to refresh highlight giving mouse position self.ParentWindow.RefreshHighlight(x, y) return wx.TextDropTarget.OnDragOver(self, x, y, d)