From 2088ad76ca8b7f3e74475ecf59dab3b8dd7b2b9e Mon Sep 17 00:00:00 2001 From: Mohammad Pedramfar Date: Thu, 19 Oct 2023 12:57:20 -0400 Subject: [PATCH] fix: replace tabs with spaces --- citar.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/citar.el b/citar.el index 25e4f3dd..2f0fb5ae 100644 --- a/citar.el +++ b/citar.el @@ -1372,15 +1372,15 @@ See the documentation for `citar-add-file-sources' for more details." (file-equal-p destfile buffer-file-name)) (if (not (buffer-modified-p)) (message "%s exists and the current buffer is visiting it." - (file-name-nondirectory buffer-file-name)) + (file-name-nondirectory buffer-file-name)) (unless ok-if-already-exists (signal 'file-already-exists (list "File already exists" destfile))) (when (or (not (integerp ok-if-already-exists)) (yes-or-no-p - (format - "%s exists and the current buffer is visiting it. Save anyway? " - (file-name-nondirectory buffer-file-name)))) + (format + "%s exists and the current buffer is visiting it. Save anyway? " + (file-name-nondirectory buffer-file-name)))) (save-buffer))) (write-region nil nil destfile (if ok-if-already-exists