summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-06-09 22:19:30 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-06-09 22:19:30 +0200
commitda6146ed3aba7b1005108b5fe28beed407b3879b (patch)
tree1e627412189867c399ad06d6b7e76755843b4d65
parentd816ec234fb8f96c8e8fea24ae2f1eaa22ddf2e7 (diff)
downloademacs-da6146ed3aba7b1005108b5fe28beed407b3879b.tar.gz
White space fixup
-rw-r--r--test/lisp/emacs-lisp/bytecomp-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el b/test/lisp/emacs-lisp/bytecomp-tests.el
index 8470e07cf9d..954e05021a6 100644
--- a/test/lisp/emacs-lisp/bytecomp-tests.el
+++ b/test/lisp/emacs-lisp/bytecomp-tests.el
@@ -705,8 +705,8 @@ literals (Bug#20852)."
(should-not (re-search-forward match nil t)))
;; Also check that byte compiled forms are identical.
(should (equal (byte-compile form)
- (byte-compile `(with-suppressed-warnings ,suppress ,form))))
- ))
+ (byte-compile
+ `(with-suppressed-warnings ,suppress ,form))))))
(ert-deftest bytecomp-test--with-suppressed-warnings ()
(test-suppression