summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/python-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index 9e49ec6..194caa5 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -603,7 +603,7 @@ needed so that only a single column position is deleted."
(interactive)
(let* ((ci (current-indentation))
(move-to-indentation-p (<= (current-column) ci))
- (need (py-compute-indentation)) )
+ (need (py-compute-indentation)))
(if (/= ci need)
(save-excursion
(beginning-of-line)