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

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

[nongnu] elpa/rainbow-delimiters 575620510f 111/188: Reindent after cf61


From: ELPA Syncer
Subject: [nongnu] elpa/rainbow-delimiters 575620510f 111/188: Reindent after cf61a3aee6.
Date: Sat, 1 Jan 2022 00:58:57 -0500 (EST)

branch: elpa/rainbow-delimiters
commit 575620510facff114ed75845175a1aa9f00506e9
Author: Fanael Linithien <fanael4@gmail.com>
Commit: Fanael Linithien <fanael4@gmail.com>

    Reindent after cf61a3aee6.
---
 rainbow-delimiters.el | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/rainbow-delimiters.el b/rainbow-delimiters.el
index 889d9779c4..de1a38ca3b 100644
--- a/rainbow-delimiters.el
+++ b/rainbow-delimiters.el
@@ -441,8 +441,8 @@ MATCH is nil iff it's a mismatched closing delimiter."
   ;; Ensure user has enabled highlighting of this delimiter type.
   (when (symbol-value delim)
     (rainbow-delimiters--propertize-delimiter loc
-                                             depth
-                                             match)))
+                                              depth
+                                              match)))
 
 ;;; Font-Lock functionality
 
@@ -496,18 +496,18 @@ Used by font-lock for dynamic highlighting."
                       (progn
                         (setq depth (1+ depth))
                         (rainbow-delimiters--apply-color (cdr 
opening-delim-info)
-                                                        depth
-                                                        delim-pos
-                                                        t))
+                                                         depth
+                                                         delim-pos
+                                                         t))
                     ;; Not an opening delimiter, so it's a closing delimiter.
                     (let ((closing-delim-info
                            (assq delim rainbow-delimiters--closing-delim-info))
                           (matching-opening-delim (char-after (nth 1 ppss))))
                       (rainbow-delimiters--apply-color (nthcdr 2 
closing-delim-info)
-                                                      depth
-                                                      delim-pos
-                                                      (eq (nth 1 
closing-delim-info)
-                                                          
matching-opening-delim))
+                                                       depth
+                                                       delim-pos
+                                                       (eq (nth 1 
closing-delim-info)
+                                                           
matching-opening-delim))
                       (setq depth (if (<= depth 0)
                                       0 ; unmatched delim
                                     (1- depth)))))))))))))



reply via email to

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