Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 6341 invoked from network); 3 Sep 2003 04:31:31 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Sep 2003 04:31:31 -0000 Received: (qmail 80738 invoked by uid 500); 3 Sep 2003 04:30:36 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 80554 invoked by uid 500); 3 Sep 2003 04:30:33 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 80463 invoked from network); 3 Sep 2003 04:30:32 -0000 Date: 3 Sep 2003 04:30:50 -0000 Message-ID: <20030903043050.5627.qmail@minotaur.apache.org> From: jwoolley@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/file_io/unix seek.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jwoolley 2003/09/02 21:30:50 Modified: file_io/unix seek.c Log: style police Revision Changes Path 1.31 +2 -1 apr/file_io/unix/seek.c Index: seek.c =================================================================== RCS file: /home/cvs/apr/file_io/unix/seek.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -u -r1.30 -r1.31 --- seek.c 7 Jan 2003 00:52:53 -0000 1.30 +++ seek.c 3 Sep 2003 04:30:50 -0000 1.31 @@ -114,7 +114,8 @@ *offset = thefile->filePtr - thefile->dataRead + thefile->bufpos; return rc; - } else { + } + else { rv = lseek(thefile->filedes, *offset, where); if (rv == -1) {