1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

; * lisp/progmodes/cc-engine.el: Fix trailing whitespace.

This commit is contained in:
Eli Zaretskii 2025-07-05 06:03:31 -04:00
parent 4288dc7751
commit 4d14891850

View 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.