diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-08-10 15:34:47 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-08-10 15:34:47 +0000 |
commit | d8e4a415def9a1dda1a422c1d2f331f86bc0675a (patch) | |
tree | a60d5d8f1e83bca3b9cc732cc46c4d2c010db316 | |
parent | ae264203523c394f7232ef648aa990d05e0d2e66 (diff) |
style..
-rw-r--r-- | usr.bin/cvs/remove.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <jfb@openbsd.org> * Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org> @@ -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) { |