emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql e597696682 358/427: Fix some indentation (whitespa


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql e597696682 358/427: Fix some indentation (whitespace cleanup)
Date: Tue, 13 Dec 2022 03:00:03 -0500 (EST)

branch: elpa/emacsql
commit e597696682a9a7f9d2a8350dfe1f7beb05365da4
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Fix some indentation (whitespace cleanup)
---
 emacsql-sqlite.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el
index 830de8bde3..d636c27a09 100644
--- a/emacsql-sqlite.el
+++ b/emacsql-sqlite.el
@@ -208,7 +208,7 @@ This works like `url-copy-file' but actually checks for 
errors."
             (mkdir (file-name-directory filename) t)
             (let ((buffer-file-coding-system 'no-conversion))
               (write-region (1+ (with-no-warnings url-http-end-of-headers))
-                           (point-max) filename)
+                            (point-max) filename)
               :success)))))))
 
 (defun emacsql-sqlite-mark-exec (file)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]