emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/with-suppressed-warnings da6146e: White space fixu


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] scratch/with-suppressed-warnings da6146e: White space fixup
Date: Sun, 9 Jun 2019 16:19:45 -0400 (EDT)

branch: scratch/with-suppressed-warnings
commit da6146ed3aba7b1005108b5fe28beed407b3879b
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    White space fixup
---
 test/lisp/emacs-lisp/bytecomp-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el 
b/test/lisp/emacs-lisp/bytecomp-tests.el
index 8470e07..954e050 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]