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

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

[nongnu] elpa/popup 8ca9644 091/184: Delete trailing spaces


From: ELPA Syncer
Subject: [nongnu] elpa/popup 8ca9644 091/184: Delete trailing spaces
Date: Wed, 6 Oct 2021 00:01:18 -0400 (EDT)

branch: elpa/popup
commit 8ca9644192ddfe54a6df2c2b04739f4b88accf9d
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Delete trailing spaces
---
 popup.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/popup.el b/popup.el
index 74f3faa..5cc0b85 100644
--- a/popup.el
+++ b/popup.el
@@ -556,7 +556,7 @@ KEYMAP is a keymap that will be put on the popup contents."
         (popup-save-buffer-state
           (goto-char (point-max))
           (insert (make-string newlines ?\n))))
-      
+
       ;; Case: the popup overflows
       (if overflow
           (if foldable
@@ -578,7 +578,7 @@ KEYMAP is a keymap that will be put on the popup contents."
         (setq column 0)
         (cl-decf popup-width margin-left)
         (setq margin-left-cancel t))
-      
+
       (dotimes (i height)
         (let (overlay begin w (dangle t) (prefix "") (postfix ""))
           (when around
@@ -1027,11 +1027,11 @@ PROMPT is a prompt string when reading events during 
event loop."
   (and (eq margin t) (setq margin 1))
   (or margin-left (setq margin-left margin))
   (or margin-right (setq margin-right margin))
-  
+
   (let ((it (popup-fill-string string width popup-tip-max-width)))
     (setq width (car it)
           lines (cdr it)))
-  
+
   (setq tip (popup-create point width height
                           :min-height min-height
                           :around around



reply via email to

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