summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/file.c
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2005-07-07 14:27:58 +0000
committerJoris Vink <joris@cvs.openbsd.org>2005-07-07 14:27:58 +0000
commit783839c81765c1d9dba3662d9e81f2fd3959f139 (patch)
treec7e89f8aec1bcdcf28f7713aec4a702a9e1f4188 /usr.bin/cvs/file.c
parenta1b79960d99297510a8abae0e45691a242bc5463 (diff)
remove trailing whitespaces
from deraadt@
Diffstat (limited to 'usr.bin/cvs/file.c')
-rw-r--r--usr.bin/cvs/file.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c
index 5fecf74401f..66cda12878a 100644
--- a/usr.bin/cvs/file.c
+++ b/usr.bin/cvs/file.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.c,v 1.92 2005/07/05 16:55:30 joris Exp $ */
+/* $OpenBSD: file.c,v 1.93 2005/07/07 14:27:57 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -788,7 +788,7 @@ cvs_file_getdir(CVSFILE *cf, int flags, char *path, int (*cb)(CVSFILE *, void *)
if (cfp->cf_type != DT_DIR) {
SIMPLEQ_INSERT_TAIL(&(cf->cf_files), cfp,
- cf_list);
+ cf_list);
nfiles++;
}
} else {
@@ -848,7 +848,7 @@ cvs_file_getdir(CVSFILE *cf, int flags, char *path, int (*cb)(CVSFILE *, void *)
if (cfp->cf_type == DT_DIR) {
ndirs++;
- SIMPLEQ_INSERT_TAIL(&dirs, cfp,
+ SIMPLEQ_INSERT_TAIL(&dirs, cfp,
cf_list);
} else {
/* callback for the file */
@@ -1116,7 +1116,7 @@ cvs_file_lget(const char *path, int flags, CVSFILE *parent, struct cvs_ent *ent)
else if (ent->ce_type == CVS_ENT_DIR)
cfp->cf_type = DT_DIR;
else
- cvs_log(LP_WARN, "unknown ce_type %d",
+ cvs_log(LP_WARN, "unknown ce_type %d",
ent->ce_type);
if (ent->ce_status == CVS_ENT_REMOVED)
@@ -1240,7 +1240,7 @@ cvs_file_prune(char *path)
cvs_log(LP_ERR, "failed to prune `%s'", path);
empty = 0;
}
- }
+ }
return (empty);
}