1.0.10.22: Code formatting.
authorThiemo Seufer <ths@networkno.de>
Thu, 4 Oct 2007 23:00:26 +0000 (23:00 +0000)
committerThiemo Seufer <ths@networkno.de>
Thu, 4 Oct 2007 23:00:26 +0000 (23:00 +0000)
src/code/unix.lisp
version.lisp-expr

index a5e583f..1fbb1c1 100644 (file)
@@ -275,7 +275,7 @@ SYSCALL-FORM. Repeat evaluation of SYSCALL-FORM if it is interrupted."
                                              #!+largefile "lseek_largefile"
                                              (function off-t int off-t int))
                  fd offset whence)))
-    (if (minusp result )
+    (if (minusp result)
         (values nil (get-errno))
       (values result 0))))
 
index 552ff01..2ba8f62 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.10.21"
+"1.0.10.22"