summaryrefslogtreecommitdiff
path: root/cider-compat.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-13 11:15:00 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-13 11:15:00 +0200
commit0bf82371b187a00e47373db8a1ce0e862d1fe7c4 (patch)
treef129059384e5cd622482967ada3870f4628ae079 /cider-compat.el
parent9bebf9eb6ab315e1665781852c74e8b63f35a2fc (diff)
Kill some spaces
Diffstat (limited to 'cider-compat.el')
-rw-r--r--cider-compat.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cider-compat.el b/cider-compat.el
index 87a5324f..4c02025a 100644
--- a/cider-compat.el
+++ b/cider-compat.el
@@ -28,7 +28,7 @@
(eval-and-compile
- (unless (fboundp 'thread-first )
+ (unless (fboundp 'thread-first)
(defmacro internal--thread-argument (first? &rest forms)
"Internal implementation for `thread-first' and `thread-last'.
@@ -58,7 +58,7 @@ threading."
(debug (form &rest [&or symbolp (sexp &rest form)])))
`(internal--thread-argument t ,@forms)))
- (unless (fboundp 'thread-last )
+ (unless (fboundp 'thread-last)
(defmacro thread-last (&rest forms)
"Thread FORMS elements as the last argument of their successor.