]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix whitespace in editfns-tests.el
authorEli Zaretskii <eliz@gnu.org>
Thu, 11 Apr 2024 05:55:12 +0000 (08:55 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 14 Apr 2024 16:55:23 +0000 (18:55 +0200)
* test/src/editfns-tests.el
(editfns-tests--before/after-change-functions): Fix whitespace.

(cherry picked from commit 5d35ef858a9a949f682ef7b5fc6c0eae9f415936)

test/src/editfns-tests.el

index a7fcef86209385170293348fa6807a926a669e40..a02bab73c09c0158e4f4dc3ec58b09486e33ff60 100644 (file)
         (insert "ééé")
         (encode-coding-region beg (point) 'utf-8)
         (should (null (sanity-check-change-functions-errors))))
-      
+
       (sanity-check-change-functions-with-op 'DECODE-CODING-REGION
         (decode-coding-region beg (point) 'utf-8)
         (should (null (sanity-check-change-functions-errors)))))