QScintilla/Lexers/Lexer.py

changeset 3030
4a0a82ddd9d2
parent 3011
18292228c724
child 3034
7ce719013078
child 3058
0a02c433f52d
--- a/QScintilla/Lexers/Lexer.py	Fri Oct 18 18:00:02 2013 +0200
+++ b/QScintilla/Lexers/Lexer.py	Fri Oct 18 18:42:10 2013 +0200
@@ -164,8 +164,8 @@
         editor.beginUndoAction()
         # iterate over the lines
         for line in range(lineFrom, endLine + 1):
-            editor.setIndentation(line,
-                editor.indentation(line) + indentDifference)
+            editor.setIndentation(
+                line, editor.indentation(line) + indentDifference)
         editor.endUndoAction()
         
         if self.lastIndentedIndex != 0:

eric ide

mercurial