0.9.2.43:
[sbcl.git] / contrib / sb-bsd-sockets / misc.lisp
index c511cc7..21ce486 100644 (file)
@@ -32,7 +32,7 @@
               (logior arg1 sockint::o-nonblock)
             (logand (lognot sockint::o-nonblock) arg1))))
     (when (= (the (signed-byte 32) -1)
-             (the (signed-byte 32) 
+             (the (signed-byte 32)
                (sockint::fcntl fd sockint::f-setfl arg2)))
       (socket-error "fcntl"))
     non-blocking-p))