summaryrefslogtreecommitdiff
path: root/test/src/editfns-tests.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-04-11 08:55:12 +0300
committerEli Zaretskii <eliz@gnu.org>2024-04-11 08:55:12 +0300
commit5d35ef858a9a949f682ef7b5fc6c0eae9f415936 (patch)
tree70a272b9a6f0e201a7d93aacf3f2b2d3bb8fb9b7 /test/src/editfns-tests.el
parentad428e39d7380f091a487d58ee47e7b1c094b5f9 (diff)
downloademacs-5d35ef858a9a949f682ef7b5fc6c0eae9f415936.tar.gz
emacs-5d35ef858a9a949f682ef7b5fc6c0eae9f415936.tar.bz2
emacs-5d35ef858a9a949f682ef7b5fc6c0eae9f415936.zip
; Fix whitespace in editfns-tests.el
* test/src/editfns-tests.el (editfns-tests--before/after-change-functions): Fix whitespace.
Diffstat (limited to 'test/src/editfns-tests.el')
-rw-r--r--test/src/editfns-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/editfns-tests.el b/test/src/editfns-tests.el
index a7fcef86209..a02bab73c09 100644
--- a/test/src/editfns-tests.el
+++ b/test/src/editfns-tests.el
@@ -520,7 +520,7 @@
(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)))))