[gnome-builder] python: whitespace cleanup



commit 2cab4e2b527ee8bf0ddd2ad72f9f82f589a306da
Author: Christian Hergert <christian hergert me>
Date:   Sat Oct 3 15:18:24 2015 -0700

    python: whitespace cleanup

 plugins/python-pack/python_indenter.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/python-pack/python_indenter.py b/plugins/python-pack/python_indenter.py
index e736b8e..84af22f 100644
--- a/plugins/python-pack/python_indenter.py
+++ b/plugins/python-pack/python_indenter.py
@@ -488,7 +488,7 @@ class PythonIndenter(GObject.Object): #, Ide.Indenter):
             # indent for the tuple begin position plus a space to move
             # after the opening (. Try to copy as much of the previous
             # line as we can to preserve indentation.
-            indent = self.get_indent_at_visual_column(nearest.column+1, iter)
+            indent = self.get_indent_at_visual_column(nearest.column + 1, iter)
             return '\n' + indent, 0
 
         iter = begin.copy()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]