]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus-int.el (gnus-request-group): Indent.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 5 Sep 2010 01:31:15 +0000 (01:31 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 5 Sep 2010 01:31:15 +0000 (01:31 +0000)
lisp/gnus/gnus-int.el

index 1054506acefc446bd1178201212ebf693e389516..d805f3104d2d2537fd12d72b750faeb7e9d787c8 100644 (file)
@@ -365,7 +365,7 @@ If it is down, start it up (again)."
     (when (stringp gnus-command-method)
       (setq gnus-command-method
            (inline (gnus-server-to-method gnus-command-method))))
-        (funcall (inline (gnus-get-function gnus-command-method 'request-group))
+    (funcall (inline (gnus-get-function gnus-command-method 'request-group))
             (gnus-group-real-name group) (nth 1 gnus-command-method)
             dont-check)))