From: Glenn Morris Date: Fri, 12 Feb 2016 23:16:58 +0000 (-0500) Subject: ; * test/lisp/url/url-auth-tests.el: Whitespace. X-Git-Tag: emacs-26.0.90~2603 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2439753301018456203d71f96c0be65d910028f3;p=emacs.git ; * test/lisp/url/url-auth-tests.el: Whitespace. --- diff --git a/test/lisp/url/url-auth-tests.el b/test/lisp/url/url-auth-tests.el index 1735ad0fb63..1fafaa1177c 100644 --- a/test/lisp/url/url-auth-tests.el +++ b/test/lisp/url/url-auth-tests.el @@ -115,10 +115,12 @@ Essential is how realms and paths are matched." ;; authentication information shouldn't be found. ;; non-existent server - (list :url "http://other.com/path" :realm nil :expected-user nil) + (list :url "http://other.com/path" + :realm nil :expected-user nil) ;; unmatched port - (list :url "http://example.org:444/path" :realm nil :expected-user nil) + (list :url "http://example.org:444/path" + :realm nil :expected-user nil) ;; root, no realm (list :url "http://example.org/"