Commit 850089ffa17316ca10b91d4d74bce9e027dd5508

Thomas de Grivel 2018-06-08T15:19:50

ws

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/thot.lisp b/thot.lisp
index 4dea9e8..fc1424d 100644
--- a/thot.lisp
+++ b/thot.lisp
@@ -237,7 +237,8 @@
                     (next-header))
                    (t (error "Missing header LF"))))
            (end-of-headers (char)
-             (cond ((char= #\Newline char) (funcall cont request reply))
+             (cond ((char= #\Newline char)
+                    (funcall cont request reply))
                    (t (error "Missing end of headers LF")))))
         #'method))))