]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/cc-engine.el: Delete trailing whitespace.
authorStefan Kangas <stefankangas@gmail.com>
Fri, 27 Jan 2023 10:25:08 +0000 (11:25 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 27 Jan 2023 10:25:08 +0000 (11:25 +0100)
This was holding up the automatic merges due to commit hooks.

lisp/progmodes/cc-engine.el

index ebcb20f0f8cd879842d19781c4828a23c7e7cace..2631c24f8dbe8ba8744650c8b32ed33080caf534 100644 (file)
@@ -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