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

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

[elpa] externals/bluetooth 0ba4d39085 13/32: correct indentation


From: Stefan Kangas
Subject: [elpa] externals/bluetooth 0ba4d39085 13/32: correct indentation
Date: Mon, 3 Jan 2022 15:11:07 -0500 (EST)

branch: externals/bluetooth
commit 0ba4d39085974c8413afb158cf9b0b52be16d98d
Author: Raffael Stocker <r.stocker@mnet-mail.de>
Commit: Raffael Stocker <r.stocker@mnet-mail.de>

    correct indentation
---
 bluetooth.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/bluetooth.el b/bluetooth.el
index 227ed63693..8b772cd0e1 100644
--- a/bluetooth.el
+++ b/bluetooth.el
@@ -101,13 +101,13 @@ in active and inactive state of a property."
        (bluetooth-property-inactive-text property)))
 
 (defvar bluetooth--mode-state `(("Powered" . ,(make-bluetooth-property
-                                               :inactive-text "off"))
+                                                                               
           :inactive-text "off"))
                                                                ("Discoverable" 
. ,(make-bluetooth-property
                                                                                
                        :active-text "discoverable"))
                                                                ("Pairable" . 
,(make-bluetooth-property
                                                                                
                :active-text "pairable"))
                                                                ("Discovering" 
. ,(make-bluetooth-property
-                                                   :active-text "scan")))
+                                                                               
                   :active-text "scan")))
   "Mode line adapter state information.
 
 The state information list defines the kind of adapter state
@@ -443,7 +443,8 @@ as they are used to gather the information from Bluez.")
   (let (dev-list)
        (maphash (lambda (dev dev-info)
                           (push (list dev
-                                                  (cl-map 'vector (lambda 
(key) (bluetooth--dev-state key dev-info))
+                                                  (cl-map 'vector (lambda (key)
+                                                                               
         (bluetooth--dev-state key dev-info))
                                                                   (mapcar 
#'cl-first bluetooth--list-format)))
                                         dev-list))
                         bluetooth--device-info)
@@ -2272,7 +2273,7 @@ scanning the bus, displaying device info etc."
          #x021C "Mobicomm Inc"
          #x021D "Edamic"
          #x021E "Goodnet, Ltd"
-         #x021F "Luster Leaf Products  Inc"
+         #x021F "Luster Leaf Products  Inc"
          #x0220 "Manus Machina BV"
          #x0221 "Mobiquity Networks Inc"
          #x0222 "Praxis Dynamics"



reply via email to

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