From 68d5d3aa33a8c4fb8cf54d426bab7f8c7cd62dfc Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 28 May 2007 23:02:40 +0000 Subject: Some spacing syncs with diff(1). --- usr.bin/rcs/diff.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/rcs/diff.c') 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; /* -- cgit v1.2.3-59-g8ed1b