summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/import.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2004-12-07 17:10:57 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2004-12-07 17:10:57 +0000
commit3dd0eeb90cc3cb05b003f511986aa48b242af672 (patch)
tree79eca74f76f32cb4adc73bf57472ab27577ef963 /usr.bin/cvs/import.c
parent2348195e75220fe47d1af53445293fc2d0b616d4 (diff)
less whitespace, more pretty. ok jfb
Diffstat (limited to 'usr.bin/cvs/import.c')
-rw-r--r--usr.bin/cvs/import.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/import.c b/usr.bin/cvs/import.c
index 894e0ef0e7e..0e8a4a1c272 100644
--- a/usr.bin/cvs/import.c
+++ b/usr.bin/cvs/import.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: import.c,v 1.1 2004/11/09 20:46:02 krapht Exp $ */
+/* $OpenBSD: import.c,v 1.2 2004/12/07 17:10:56 tedu Exp $ */
/*
* Copyright (c) 2004 Joris Vink <amni@pandora.be>
* All rights reserved.
@@ -122,7 +122,7 @@ do_import(struct cvsroot *root, char **argv)
cvs_sendarg(root, argv[1], 0) < 0 ||
cvs_sendarg(root, argv[2], 0) < 0) {
cvs_log(LP_ERR, "failed to send arguments");
- return (-1);
+ return (-1);
}
/* create the repository name */