aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2018-05-30 21:39:54 +0100
committerWilfred Hughes <me@wilfred.me.uk>2018-05-30 21:39:54 +0100
commit397185d21d0ecbb36fa7b13c77eb23d31c110df3 (patch)
treeb48cc22efa7c9cd4ff9cbaee4f11c69185b114ca
parent7e187f29c9295f7862a7deb5c6a548eb9489d4f1 (diff)
Whitespace pedantry
-rw-r--r--helpful.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpful.el b/helpful.el
index 4b735c2..8567941 100644
--- a/helpful.el
+++ b/helpful.el
@@ -125,7 +125,7 @@ as describing `this-command'.")
;; Kill buffers so we have one buffer less than the maximum
;; before we create a new one.
(-each excess-buffers #'kill-buffer)))
-
+
(setq buf (get-buffer-create buf-name)))
;; Initialise the buffer with the symbol and associated data.
@@ -1024,7 +1024,7 @@ buffer."
;; Convert foo.elc to foo.el.
(-when-let (src-path (helpful--find-library-name path))
;; Open `path' ourselves, so we can widen before searching.
- ;;
+ ;;
;; Opening large.c files can be slow (e.g. when looking at
;; `defalias'), especially if the user has configured mode hooks.
;;