From: Lars Magne Ingebrigtsen Date: Sat, 22 May 2004 17:22:53 +0000 (+0000) Subject: Indentation fix. X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=e5a656bea4225fe6c35b1cff141802c56991c778;hp=ee19f3e2ca78414ec186ece12d3580f7a7af206d Indentation fix. --- diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index d4da69196..8679ba242 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -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))