Indent.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 8 Sep 2010 16:49:28 +0000 (18:49 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 8 Sep 2010 16:49:28 +0000 (18:49 +0200)
lisp/gnus-html.el

index 9cd49a0..ecab921 100644 (file)
@@ -360,7 +360,7 @@ fit these criteria."
          (delete-file (nth 2 file)))))))
 
 (defun gnus-html-image-url-blocked-p (url blocked-images)
-"Find out if URL is blocked by BLOCKED-IMAGES."
+  "Find out if URL is blocked by BLOCKED-IMAGES."
   (let ((ret (and blocked-images
                   (string-match blocked-images url))))
     (if ret