From: Eli Zaretskii Date: Sat, 5 Jul 2025 10:03:31 +0000 (-0400) Subject: ; * lisp/progmodes/cc-engine.el: Fix trailing whitespace. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=412d98f83e762e17ecbcbdf3d3bff3f393710150;p=emacs.git ; * lisp/progmodes/cc-engine.el: Fix trailing whitespace. (cherry picked from commit 4d14891850bec0dc73fc9284f2e0ddcd20e43fc1) --- diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 7def2991374..0c20edd9e33 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -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.