#(py-indent-line): cosmetic
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 @@
   (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)