From c8b66408c77cef31df1a874a2751d0a025d1c327 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 14 Oct 2010 21:41:20 +0200 Subject: [PATCH] Indent. --- lisp/shr.el | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/lisp/shr.el b/lisp/shr.el index ee54e305f..e5bd5b0ae 100644 --- a/lisp/shr.el +++ b/lisp/shr.el @@ -404,14 +404,17 @@ Return a string with image data." (width (string-to-number width))) (when (< width max-width) (let ((align (cdr (assq :align cont)))) - (cond ((string= align "right") - (insert (propertize - " " 'display - `(space . (:align-to ,(list (- max-width width))))))) - ((string= align "center") - (insert (propertize - " " 'display - `(space . (:balign-to ,(list (- (/ max-width 2) width)))))))))))) + (cond + ((string= align "right") + (insert (propertize + " " 'display + `(space . (:align-to + ,(list (- max-width width))))))) + ((string= align "center") + (insert (propertize + " " 'display + `(space . (:balign-to + ,(list (- (/ max-width 2) width)))))))))))) (let ((start (point-marker))) (when (zerop (length alt)) (setq alt "[img]")) -- 2.25.1