summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/import.c
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2004-12-07 17:10:56 +0000
committertedu <tedu@openbsd.org>2004-12-07 17:10:56 +0000
commita176bc3ee0772f34303003a5d023d099e5458b4c (patch)
tree700dea46dcad9da741b27f39f1f6156607eff32f /usr.bin/cvs/import.c
parentavoid a crash when receiving either a Created, Updated, Update-existing (diff)
downloadwireguard-openbsd-a176bc3ee0772f34303003a5d023d099e5458b4c.tar.xz
wireguard-openbsd-a176bc3ee0772f34303003a5d023d099e5458b4c.zip
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 */