Revision: 4254 Author: edi URL: http://bknr.net/trac/changeset/4254
Indentation
U trunk/thirdparty/hunchentoot/acceptor.lisp
Modified: trunk/thirdparty/hunchentoot/acceptor.lisp =================================================================== --- trunk/thirdparty/hunchentoot/acceptor.lisp 2009-02-12 23:36:48 UTC (rev 4253) +++ trunk/thirdparty/hunchentoot/acceptor.lisp 2009-02-12 23:38:00 UTC (rev 4254) @@ -124,7 +124,7 @@ :request-class 'request :handler-selector 'list-handler-selector :taskmaster (make-instance (cond (*supports-threads-p* 'one-thread-per-taskmaster) - (t 'single-threaded-taskmaster))) + (t 'single-threaded-taskmaster))) :output-chunking-p t :input-chunking-p t :persistent-connections-p t