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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/hyperdrive c56644f9ea 14/32: Tidy: Whitespace


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive c56644f9ea 14/32: Tidy: Whitespace
Date: Mon, 4 Sep 2023 18:59:34 -0400 (EDT)

branch: elpa/hyperdrive
commit c56644f9ea1db803f42a1c819561c7ef2d3314de
Author: Joseph Turner <joseph@ushin.org>
Commit: Adam Porter <adam@alphapapa.net>

    Tidy: Whitespace
---
 hyperdrive-handlers.el | 2 +-
 hyperdrive-vars.el     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hyperdrive-handlers.el b/hyperdrive-handlers.el
index 34be7eeea8..efd7278c76 100644
--- a/hyperdrive-handlers.el
+++ b/hyperdrive-handlers.el
@@ -165,7 +165,7 @@ arguments."
                 prev-entry (when-let ((node (ewoc-locate hyperdrive-ewoc)))
                              (ewoc-data node))
                 prev-point (point))
-          (ewoc-filter hyperdrive-ewoc #'ignore) 
+          (ewoc-filter hyperdrive-ewoc #'ignore)
           (update-footer num-filled num-entries)
           (dolist (entry entries)
             ;; TODO: Update header with progress.
diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el
index 9c819293b1..0fb0595b7f 100644
--- a/hyperdrive-vars.el
+++ b/hyperdrive-vars.el
@@ -102,7 +102,7 @@ Internally, a cons cell of (KEY . PREDICATE), the KEY being 
the
 appropriate function (e.g. `time-less-p' for
 `hyperdrive-entry-modified', `<' for `hyperdrive-entry-size',
 etc)."
-  :type '(radio (cons :tag "By name" (const :format "" hyperdrive-entry-name )
+  :type '(radio (cons :tag "By name" (const :format "" hyperdrive-entry-name)
                       (choice :tag "Direction" :value string<
                               (const :tag "Ascending" string<)
                               (const :tag "Descending" string>)))



reply via email to

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