emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 5859413df2: ; * lisp/progmodes/cc-engine.el: Delete trailing wh


From: Stefan Kangas
Subject: emacs-29 5859413df2: ; * lisp/progmodes/cc-engine.el: Delete trailing whitespace.
Date: Fri, 27 Jan 2023 05:26:42 -0500 (EST)

branch: emacs-29
commit 5859413df235e87a89257e991cc6c6fd220b2b9c
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * lisp/progmodes/cc-engine.el: Delete trailing whitespace.
    
    This was holding up the automatic merges due to commit hooks.
---
 lisp/progmodes/cc-engine.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index ebcb20f0f8..2631c24f8d 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -7357,7 +7357,7 @@ multi-line strings (but not C++, for example)."
             (cons (match-beginning 1)
                   (cons (match-end 1) (match-beginning 2))))
       (goto-char here))))
-       
+
 (defun c-ml-string-opener-intersects-region (&optional start finish)
   ;; If any part of the region [START FINISH] is inside an ml-string opener,
   ;; return a dotted list of the start, end and double-quote position of that



reply via email to

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