[gnome-builder/gnome-builder-3-18] python: whitespace cleanup
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-18] python: whitespace cleanup
- Date: Tue, 13 Oct 2015 07:34:36 +0000 (UTC)
commit 3bedf44f86701a287bc9f763f9b00d6aed58c814
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]