]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#(py-indent-line): cosmetic
authorBarry Warsaw <barry@python.org>
Tue, 14 Mar 1995 15:56:35 +0000 (15:56 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 14 Mar 1995 15:56:35 +0000 (15:56 +0000)
Misc/python-mode.el

index 9e49ec6cd50a6bf83b876301e7d0764c692e2b5d..194caa56164761a82570e68fb09b11bad8511940 100644 (file)
@@ -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)