From a176bc3ee0772f34303003a5d023d099e5458b4c Mon Sep 17 00:00:00 2001 From: tedu Date: Tue, 7 Dec 2004 17:10:56 +0000 Subject: less whitespace, more pretty. ok jfb --- usr.bin/cvs/lock.c | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'usr.bin/cvs/lock.c') diff --git a/usr.bin/cvs/lock.c b/usr.bin/cvs/lock.c index a0cc720e579..3cd5bf6eb02 100644 --- a/usr.bin/cvs/lock.c +++ b/usr.bin/cvs/lock.c @@ -1,16 +1,16 @@ -/* $OpenBSD: lock.c,v 1.2 2004/08/02 17:32:48 jfb Exp $ */ +/* $OpenBSD: lock.c,v 1.3 2004/12/07 17:10:56 tedu Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau - * All rights reserved. + * All rights reserved. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. + * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY @@ -21,7 +21,7 @@ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF - * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include @@ -38,9 +38,6 @@ #include "cvs.h" - - - int cvs_lock(const char *path) { @@ -60,7 +57,5 @@ int cvs_unlock(const char *path) { - - return (0); } -- cgit v1.2.3-59-g8ed1b