From 32dc59bf359c26616dd510e62441a84409d0a868 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Thu, 4 Oct 2007 23:00:26 +0000 Subject: [PATCH] 1.0.10.22: Code formatting. --- src/code/unix.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.10.4