From c93a6bd5d8256cb70f9b4bcf92c7c1634c1ca67a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 16 Apr 2026 16:10:02 -0400 Subject: [PATCH] ; Fix formatting. --- lisp/vc/vc.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index f25067f3660..c41b06a1dcd 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -5084,10 +5084,10 @@ called from Lisp with optional argument OK-IF-ALREADY-EXISTS non-nil." (catch 'done (vc-file-tree-walk old (lambda (_) (throw 'done nil))) t)) - (vc-call-backend (if dirp - (vc-responsible-backend old) - (vc-backend old)) - 'rename-file old new)) + (vc-call-backend (if dirp + (vc-responsible-backend old) + (vc-backend old)) + 'rename-file old new)) (vc-file-clearprops old) (vc-file-clearprops new) ;; Move the actual file (unless the backend did it already)