diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-10-30 11:10:13 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-10-30 11:10:13 +0000 |
commit | fec0d8a015b1b6a5c804329aaeaf3e34432972d3 (patch) | |
tree | 22a2528f8d962accdad41a9fcceb7b1e10618fb9 /usr.bin/cvs/util.c | |
parent | 667327417d6b1d7dba697350f642de7acf92c6b2 (diff) |
nuke trailing whitespaces;
Diffstat (limited to 'usr.bin/cvs/util.c')
-rw-r--r-- | usr.bin/cvs/util.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/util.c b/usr.bin/cvs/util.c index edf65d8059d..2a0f5add309 100644 --- a/usr.bin/cvs/util.c +++ b/usr.bin/cvs/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.54 2005/10/22 17:32:57 joris Exp $ */ +/* $OpenBSD: util.c,v 1.55 2005/10/30 11:10:12 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -802,7 +802,7 @@ cvs_rcs_getpath(CVSFILE *file, char *buf, size_t len) * cvs_write_tagfile() * * Write the CVS/Tag file for current directory. - */ + */ void cvs_write_tagfile(char *tag, char *date, int nb) { @@ -847,7 +847,7 @@ cvs_write_tagfile(char *tag, char *date, int nb) * If it contains a branch tag, sets <tagp>. * If it contains a date, sets <datep>. * If it contains a non-branch tag, sets <nbp>. - * + * * Returns nothing but an error message, and sets <tagp>, <datep> to NULL * and <nbp> to 0. */ |