branch: elpa/emacsql
commit e597696682a9a7f9d2a8350dfe1f7beb05365da4
Author: Christopher Wellons <well...@nullprogram.com>
Commit: Christopher Wellons <well...@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