diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-01 21:29:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-01 21:29:38 +0000 |
commit | 1a75674d9eb7a43971bc7f9ef98e497d68c6f6c9 (patch) | |
tree | eda0ea5350e8e17da84abb3e75a2008080cb32f5 /usr.bin/cvs/add.c | |
parent | 3246402400bb2f3e3936427cc9aaee4c9eb2682c (diff) |
spacing
Diffstat (limited to 'usr.bin/cvs/add.c')
-rw-r--r-- | usr.bin/cvs/add.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/add.c b/usr.bin/cvs/add.c index bcf73266f72..047ceca978b 100644 --- a/usr.bin/cvs/add.c +++ b/usr.bin/cvs/add.c @@ -1,4 +1,4 @@ -/* $OpenBSD: add.c,v 1.94 2008/02/09 20:04:00 xsa Exp $ */ +/* $OpenBSD: add.c,v 1.95 2008/03/01 21:29:36 deraadt Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * Copyright (c) 2005, 2006 Xavier Santolaria <xsa@openbsd.org> @@ -431,7 +431,6 @@ add_entry(struct cvs_file *cf) (void)xsnprintf(tbuf, sizeof(tbuf), "Initial %s", cf->file_name); - cvs_ent_line_str(cf->file_name, "0", tbuf, kflag ? kbuf : "", sticky, 0, 0, entry, CVS_ENT_MAXLINELEN); } |