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

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

[elpa] externals/yaml 69c699a15a 071/124: Minor code formatting fixes


From: ELPA Syncer
Subject: [elpa] externals/yaml 69c699a15a 071/124: Minor code formatting fixes
Date: Fri, 29 Nov 2024 16:00:03 -0500 (EST)

branch: externals/yaml
commit 69c699a15af342199d0dbbbe7676a85487781ae7
Author: Zachary Romero <zacromero@posteo.net>
Commit: Zachary Romero <zacromero@posteo.net>

    Minor code formatting fixes
---
 yaml.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/yaml.el b/yaml.el
index c7f0742ab8..f7c7ee02b2 100644
--- a/yaml.el
+++ b/yaml.el
@@ -1993,7 +1993,7 @@ Rules for this function are defined by the yaml-spec JSON 
file."
              (yaml--parse-from-grammar 's-separate-in-line)
              (yaml--rep 0 1
                (lambda () (yaml--parse-from-grammar 'c-nb-comment-text))))))
-                  (yaml--parse-from-grammar 'b-comment))))
+        (yaml--parse-from-grammar 'b-comment))))
 
     ('s-block-line-prefix
      (let ((n (nth 0 args)))
@@ -2241,7 +2241,7 @@ Rules for this function are defined by the yaml-spec JSON 
file."
           (yaml--all (yaml--chr ?\?)
                      (yaml--parse-from-grammar 's-separate n c)
                      (yaml--parse-from-grammar 'ns-flow-map-explicit-entry n 
c))
-                    (yaml--parse-from-grammar 'ns-flow-pair-entry n c)))))
+          (yaml--parse-from-grammar 'ns-flow-pair-entry n c)))))
 
     ('s-l+block-indented
      (yaml--frame "s-l+block-indented"
@@ -2325,7 +2325,7 @@ Rules for this function are defined by the yaml-spec JSON 
file."
            (yaml--all
             (yaml--parse-from-grammar 'c-chomping-indicator tt)
             (yaml--parse-from-grammar 'c-indentation-indicator m)))
-                    (yaml--parse-from-grammar 's-b-comment)))))
+          (yaml--parse-from-grammar 's-b-comment)))))
 
     ('ns-esc-8-bit
      (yaml--frame "ns-esc-8-bit"
@@ -2441,7 +2441,7 @@ Rules for this function are defined by the yaml-spec JSON 
file."
        (yaml--all
         (yaml--chr ?\!)
         (yaml--rep 1 nil (lambda () (yaml--parse-from-grammar 'ns-word-char)))
-                  (yaml--chr ?\!))))
+        (yaml--chr ?\!))))
 
     ('s-separate-lines
      (let ((n (nth 0 args)))



reply via email to

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