emacs-elpa-diffs
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]