Indentation fix.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 22 May 2004 17:22:53 +0000 (17:22 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 22 May 2004 17:22:53 +0000 (17:22 +0000)
lisp/gnus-sum.el

index d4da691..8679ba2 100644 (file)
@@ -6307,8 +6307,7 @@ displayed, no centering will be performed."
                      ((< (window-height) 7) 1)
                      (t (if (numberp gnus-auto-center-summary)
                             gnus-auto-center-summary
-                           (/ (1- (window-height)) 2))
-                           )))
+                           (/ (1- (window-height)) 2)))))
           (height (1- (window-height)))
           (bottom (save-excursion (goto-char (point-max))
                                   (forward-line (- height))