Fix indent.
authorbg66 <bg66>
Thu, 7 Aug 2008 14:31:12 +0000 (14:31 +0000)
committerbg66 <bg66>
Thu, 7 Aug 2008 14:31:12 +0000 (14:31 +0000)
mixi.el

diff --git a/mixi.el b/mixi.el
index a9e04ff..886354c 100644 (file)
--- a/mixi.el
+++ b/mixi.el
   (autoload 'w3m-retrieve "w3m")
   (autoload 'url-retrieve-synchronously "url"))
 
-(defconst mixi-revision "$Revision: 1.192 $")
+(defconst mixi-revision "$Revision: 1.193 $")
 
 (defgroup mixi nil
   "API library for accessing to mixi."
@@ -1088,8 +1088,8 @@ Increase this value when unexpected error frequently occurs."
       (if (or (null friend) (equal friend mixi-me))
          (setq list-page 'mixi-my-friend-list-page
                list-nick-regexp mixi-my-friend-list-nick-regexp)
-         (setq list-page 'mixi-friend-list-page
-               list-nick-regexp mixi-friend-list-nick-regexp))
+       (setq list-page 'mixi-friend-list-page
+             list-nick-regexp mixi-friend-list-nick-regexp))
       (let ((ids (mixi-get-matched-items (funcall list-page friend)
                                         mixi-friend-list-id-regexp
                                         range))