diff options
author | Holger Dürer <me@hdurer.net> | 2017-05-02 20:37:51 +0100 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-05-05 15:01:50 -0400 |
commit | 9c8df73c253640f54e89c0c170336a9993290e6c (patch) | |
tree | ed8f9266979bd5d17474c0e13057fa2456c5d2ac /lisp/mastodon-media.el | |
parent | 1bca8fe3d1b6a68544386c96ef4040a6225b9007 (diff) |
Fix some whitespace issues.
Diffstat (limited to 'lisp/mastodon-media.el')
-rw-r--r-- | lisp/mastodon-media.el | 4 |
1 files changed, 2 insertions, 2 deletions
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. |