changeset 110199:46ace9f35be1

gnus-int.el (gnus-request-group): Indent.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 05 Sep 2010 01:31:15 +0000
parents 8867a7812454
children ca957835ff5a
files lisp/gnus/gnus-int.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/gnus-int.el	Sun Sep 05 01:27:15 2010 +0000
+++ b/lisp/gnus/gnus-int.el	Sun Sep 05 01:31:15 2010 +0000
@@ -365,7 +365,7 @@
     (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)))