]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/cc-engine.el: Fix trailing whitespace.
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 Jul 2025 10:03:31 +0000 (06:03 -0400)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:21:09 +0000 (22:21 +0200)
(cherry picked from commit 4d14891850bec0dc73fc9284f2e0ddcd20e43fc1)

lisp/progmodes/cc-engine.el

index 7def29913748f0b8c7dc917fb4719ad1249eb4db..0c20edd9e3331fc06878636c216a240eba7eda88 100644 (file)
@@ -2594,7 +2594,7 @@ comment at the start of cc-engine.el for more info."
        ;; can be cached.
        (setq next-rung-pos (point))
        (c-skip-ws-chars-backward " \t\f\v ")
-       
+
        (if (or
             ;; Cache if we started either from a marked rung or from a
             ;; completely uncached position.