From 2439753301018456203d71f96c0be65d910028f3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 12 Feb 2016 18:16:58 -0500 Subject: [PATCH] ; * test/lisp/url/url-auth-tests.el: Whitespace. --- test/lisp/url/url-auth-tests.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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/" -- 2.39.2