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

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

[nongnu] elpa/arduino-mode 4830b57 083/107: format dangling parenthese


From: ELPA Syncer
Subject: [nongnu] elpa/arduino-mode 4830b57 083/107: format dangling parenthese
Date: Sun, 29 Aug 2021 10:58:21 -0400 (EDT)

branch: elpa/arduino-mode
commit 4830b574a9e263559dc2cef74ff004400b7493cf
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    format dangling parenthese
---
 arduino-mode.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/arduino-mode.el b/arduino-mode.el
index 3ec00ee..7d52084 100644
--- a/arduino-mode.el
+++ b/arduino-mode.el
@@ -289,8 +289,7 @@ Value is a symbol.  The possible values are the symbols in 
the
                                       "arduino:sam")))
   (start-process
    "arduino-install-boards" "*arduino-install-boards*"
-   arduino-executable "--install-boards" board)
-  )
+   arduino-executable "--install-boards" board))
 
 (defun arduino-install-library (library)
   "Install `LIBRARY' support for Arduino."
@@ -347,8 +346,7 @@ Value is a symbol.  The possible values are the symbols in 
the
   
   (easy-menu-add arduino-menu)
   (set (make-local-variable 'c-basic-offset) 2)
-  (set (make-local-variable 'tab-width) 2)
-  )
+  (set (make-local-variable 'tab-width) 2))
 
 ;;;###autoload
 (add-to-list 'auto-mode-alist '("\\.pde\\'" . arduino-mode))



reply via email to

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