From 9c8df73c253640f54e89c0c170336a9993290e6c Mon Sep 17 00:00:00 2001 From: Holger Dürer Date: Tue, 2 May 2017 20:37:51 +0100 Subject: Fix some whitespace issues. --- lisp/mastodon-media.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/mastodon-media.el') diff --git a/lisp/mastodon-media.el b/lisp/mastodon-media.el index 1b8e786..23fbc79 100644 --- a/lisp/mastodon-media.el +++ b/lisp/mastodon-media.el @@ -65,8 +65,8 @@ more media links were found." "Checks to make sure that the missing string has not been returned." - (let((missing "/files/small/missing.png")) - (not(equal link missing)))) + (let ((missing "/files/small/missing.png")) + (not (equal link missing)))) (defun mastodon-media--line-to-link (line-points) "Returns the url of the media link given at the given point. -- cgit v1.2.3