[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 3c537e9b78 23/31: Chore: Minor whitespace clean
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 3c537e9b78 23/31: Chore: Minor whitespace cleanup |
Date: |
Fri, 1 Dec 2023 01:00:40 -0500 (EST) |
branch: elpa/hyperdrive
commit 3c537e9b781b2d4c592119905d952e10713189ff
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Joseph Turner <joseph@ushin.org>
Chore: Minor whitespace cleanup
---
hyperdrive-ewoc.el | 2 +-
hyperdrive-lib.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hyperdrive-ewoc.el b/hyperdrive-ewoc.el
index 3eeeb92a59..cdd229db18 100644
--- a/hyperdrive-ewoc.el
+++ b/hyperdrive-ewoc.el
@@ -54,7 +54,7 @@ last node."
;;;; Mode
(defvar-keymap h/ewoc-mode-map
- :parent special-mode-map
+ :parent special-mode-map
:doc "Local keymap for `hyperdrive-ewoc-mode' buffers."
"n" #'h/ewoc-next
"p" #'h/ewoc-previous)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index b2efa1389d..6888250fa3 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1667,7 +1667,7 @@ Compares only public key, version, and path."
(hyperdrive (cl-struct hyperdrive (public-key
a-key))))
a)
((cl-struct hyperdrive-entry (path b-path) (version b-version)
- (hyperdrive (cl-struct hyperdrive (public-key
b-key))) )
+ (hyperdrive (cl-struct hyperdrive (public-key
b-key))))
b))
(and (eq a-version b-version)
(equal a-path b-path)
- [nongnu] elpa/hyperdrive updated (ab3cc72ed2 -> cc4f2caddc), ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 2a72072183 02/31: Chore: Dissolve outer format into inner h//format, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive fac9e009c5 04/31: Chore: Use defun-style line-wrapping in cl-{macrolet, labels}, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive f79591ae3b 03/31: Chore: Use \n instead of newline character in format strings, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive c19696aaf6 01/31: Chore: Favor format over concat when constructing URLs, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive cc4e9c2507 06/31: Chore: Begin cl-labels' BINDINGS on a new line, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 6bd2ae7036 07/31: Chore: Begin format-spec's FORMAT and SPECIFICATION on new lines, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 9c11d63570 25/31: Merge branch 'cleanup', ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 3c537e9b78 23/31: Chore: Minor whitespace cleanup,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 1e8c2f0973 24/31: Chore: Use semantically correct contitionals, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 6b9bc701e5 14/31: Chore: Shorten long lines in hd/dir-handler, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 8131f9afbf 16/31: Chore: Shorten long lines in h/history--format-range-entry, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 772cea7acf 15/31: Chore: Shorten long lines in h/diff-file-entries, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive cc4f2caddc 31/31: Change: (h/org--link) Return plist, not alist, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 3b6d5eb3d3 28/31: Docs: Document hyperdrive-gateway-process-type, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive aaf7581df2 10/31: Chore: Spread nested conditions across multiple lines, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 42bd06b68c 29/31: Fix: (h/{start, stop}) Docstrings, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 43ddaf6cd4 30/31: Tidy: (h/gateway-process-type) Improve docstring, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 063e94607c 20/31: Chore: Begin multi-line values of defvar on a new line, ELPA Syncer, 2023/12/01