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/diff.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'usr.bin/cvs/diff.c') diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c index 5c4782ab0b9..a2beaac108a 100644 --- a/usr.bin/cvs/diff.c +++ b/usr.bin/cvs/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.10 2004/12/06 21:03:12 deraadt Exp $ */ +/* $OpenBSD: diff.c,v 1.11 2004/12/07 17:10:56 tedu Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -242,7 +242,6 @@ static int files_differ(FILE *, FILE *); static char *preadline(int, size_t, off_t); - extern int cvs_client; static int aflag, bflag, dflag, iflag, Nflag, tflag, Tflag, wflag; @@ -278,8 +277,6 @@ static int lastline; static int lastmatchline; - - /* * chrtran points to one of 2 translation tables: cup2low if folding upper to * lower case clow2low if not folding case @@ -339,7 +336,6 @@ u_char cup2low[256] = { }; - /* * cvs_diff() * @@ -347,7 +343,6 @@ u_char cup2low[256] = { * * SYNOPSIS: cvs [args] diff [-clipu] [-D date] [-r rev] */ - int cvs_diff(int argc, char **argv) { @@ -439,7 +434,6 @@ cvs_diff(int argc, char **argv) * cvs_diff_sendflags() * */ - int cvs_diff_sendflags(struct cvsroot *root, struct diff_arg *dap) { @@ -473,7 +467,6 @@ cvs_diff_sendflags(struct cvsroot *root, struct diff_arg *dap) * * Diff a single file. */ - int cvs_diff_file(struct cvs_file *cfp, void *arg) { -- cgit v1.2.3-59-g8ed1b