(www-display-object-desc): Modify indent.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 30 Oct 2019 06:20:11 +0000 (15:20 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 30 Oct 2019 06:20:11 +0000 (15:20 +0900)
cwiki-view.el

index d626714..85f38d9 100644 (file)
@@ -330,13 +330,13 @@ li { margin: 0 0 0 2em; }
             (setq ret (symbol-name ret))
             (string-match "\\([0-9]+\\)-\\([0-9]+\\)" ret))
        (setq ret
             (setq ret (symbol-name ret))
             (string-match "\\([0-9]+\\)-\\([0-9]+\\)" ret))
        (setq ret
-            (format
-             "<img alt=\"HNG-card:%s\"
+             (format
+              "<img alt=\"HNG-card:%s\"
 src=\"http://hng.chise.org/images/HNG/%03d/card/%04d.jpg\"
 style=\"height: 480px;\" />"
 src=\"http://hng.chise.org/images/HNG/%03d/card/%04d.jpg\"
 style=\"height: 480px;\" />"
-             ret
-             (string-to-int (match-string 1 ret))
-             (string-to-int (match-string 2 ret))))
+              ret
+              (string-to-int (match-string 1 ret))
+              (string-to-int (match-string 2 ret))))
        (princ
         (if (setq image-cobj
                   (car (concord-object-get object '->image-resource)))
        (princ
         (if (setq image-cobj
                   (car (concord-object-get object '->image-resource)))