From d8e4a415def9a1dda1a422c1d2f331f86bc0675a Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Wed, 10 Aug 2005 15:34:47 +0000 Subject: style.. --- usr.bin/cvs/remove.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/cvs/remove.c b/usr.bin/cvs/remove.c index a6071171906..1561b7a0a4b 100644 --- a/usr.bin/cvs/remove.c +++ b/usr.bin/cvs/remove.c @@ -1,4 +1,4 @@ -/* $OpenBSD: remove.c,v 1.32 2005/07/29 23:56:56 joris Exp $ */ +/* $OpenBSD: remove.c,v 1.33 2005/08/10 15:34:46 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * Copyright (c) 2004, 2005 Xavier Santolaria @@ -226,8 +226,8 @@ cvs_remove_local(CVSFILE *cf, void *arg) * Used by both remote and local handlers. * Returns 0 on success, -1 on failure. */ -static -int cvs_remove_file(const char *fpath) +static int +cvs_remove_file(const char *fpath) { /* if -f option is used, physically remove the file */ if (force_remove == 1) { -- cgit v1.2.3