From: Lars Magne Ingebrigtsen Date: Tue, 21 Jan 2003 17:43:59 +0000 (+0000) Subject: Indent. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=516c7ba37a9e4c547d290ce99a672028b4b53646 Indent. --- diff --git a/lisp/nntp.el b/lisp/nntp.el index ca1c91740..b99af970b 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -729,7 +729,8 @@ command whose response triggered the error." (set-buffer buf) (goto-char (point-max)) (if (not nntp-server-list-active-group) - (not (re-search-backward "\r?\n" (- (point) 3) t)) + (not (re-search-backward "\r?\n" + (- (point) 3) t)) (not (re-search-backward "^\\.\r?\n" (- (point) 4) t))))) (nntp-accept-response)))