Skip to content

Commit cb7f7bf

Browse files
committedFeb 7, 2013
indentation update
1 parent 76d1403 commit cb7f7bf

File tree

85 files changed

+777
-768
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+777
-768
lines changed
 

‎python/console/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def openSettings(self):
352352
def prefChanged(self):
353353
self.edit.refreshLexerProperties()
354354
self.textEditOut.refreshLexerProperties()
355-
355+
356356
def callWidgetMessageBar(self, text):
357357
self.textEditOut.widgetMessageBar(iface, text)
358358

‎python/console/console_sci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self, parent=None):
4141
code.InteractiveInterpreter.__init__(self, locals=None)
4242

4343
self.parent = parent
44-
44+
4545
# Enable non-ascii chars for editor
4646
self.setUtf8(True)
4747

0 commit comments

Comments
 (0)
Please sign in to comment.