From aafe5394c7be86047700f253743e395a0ce37764 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 16 Jun 2017 19:16:04 +0530 Subject: Fix indentation. * tests/exiftool-tests.el (with-temp-test-file): Fix indentation. --- tests/exiftool-tests.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/exiftool-tests.el b/tests/exiftool-tests.el index b81b257..ecb4f15 100644 --- a/tests/exiftool-tests.el +++ b/tests/exiftool-tests.el @@ -44,8 +44,8 @@ (defmacro with-temp-test-file (test-file temp-file &rest body) "Copy TEST-FILE to temporary file, put path in TEMP-FILE, evaluate BODY." (declare (indent defun)) - `(let ((,temp-file (make-temp-file "exiftool-" - nil (concat "-" ,test-file)))) + `(let ((,temp-file (make-temp-file + "exiftool-" nil (concat "-" ,test-file)))) (copy-file ,test-file ,temp-file t) ,@body (delete-file ,temp-file))) -- cgit v1.2.3