From: Thiemo Seufer Date: Thu, 4 Oct 2007 23:00:26 +0000 (+0000) Subject: 1.0.10.22: Code formatting. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=32dc59bf359c26616dd510e62441a84409d0a868;p=sbcl.git 1.0.10.22: Code formatting. --- diff --git a/src/code/unix.lisp b/src/code/unix.lisp index a5e583f..1fbb1c1 100644 --- a/src/code/unix.lisp +++ b/src/code/unix.lisp @@ -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)))) diff --git a/version.lisp-expr b/version.lisp-expr index 552ff01..2ba8f62 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"