]> code.delx.au - gnu-emacs/commitdiff
; * test/lisp/url/url-auth-tests.el: Whitespace.
authorGlenn Morris <rgm@gnu.org>
Fri, 12 Feb 2016 23:16:58 +0000 (18:16 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 12 Feb 2016 23:16:58 +0000 (18:16 -0500)
test/lisp/url/url-auth-tests.el

index 1735ad0fb633f78b63f7c6f122ca0b1fad639134..1fafaa1177c39ae881d3134a29145eb81afd9a54 100644 (file)
@@ -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/"