diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-05-28 23:02:41 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-05-28 23:02:41 +0000 |
commit | 0a342674df91b2c8ebf046ea574431218052f9c1 (patch) | |
tree | 587d1ea86ceba41ed53d2b6309ef4c84114115ab /usr.bin/rcs/diff.c | |
parent | f77371adf3c4d23c3a5cc6822e29a3991129bb29 (diff) |
Some spacing syncs with diff(1).
Diffstat (limited to 'usr.bin/rcs/diff.c')
-rw-r--r-- | usr.bin/rcs/diff.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rcs/diff.c b/usr.bin/rcs/diff.c index 2c299cae0aa..ce9186ed6b8 100644 --- a/usr.bin/rcs/diff.c +++ b/usr.bin/rcs/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.15 2007/05/28 22:12:44 ray Exp $ */ +/* $OpenBSD: diff.c,v 1.16 2007/05/28 23:02:40 ray Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -231,8 +231,8 @@ static struct context_vec *context_vec_ptr; #define FUNCTION_CONTEXT_SIZE 55 static char lastbuf[FUNCTION_CONTEXT_SIZE]; -static int lastline; -static int lastmatchline; +static int lastline; +static int lastmatchline; BUF *diffbuf = NULL; /* |