summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoris <joris@openbsd.org>2008-06-11 02:02:08 +0000
committerjoris <joris@openbsd.org>2008-06-11 02:02:08 +0000
commitb176b616967ac4f8f28aba91a8e3b17d8a70b2dc (patch)
tree9a55f395bbe5c5859028b37bb6c8870951e82c8c
parentstyle ferry comes around (diff)
downloadwireguard-openbsd-b176b616967ac4f8f28aba91a8e3b17d8a70b2dc.tar.xz
wireguard-openbsd-b176b616967ac4f8f28aba91a8e3b17d8a70b2dc.zip
spacing
-rw-r--r--usr.bin/cvs/trigger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/trigger.c b/usr.bin/cvs/trigger.c
index 79082168e39..8d3d8318c56 100644
--- a/usr.bin/cvs/trigger.c
+++ b/usr.bin/cvs/trigger.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trigger.c,v 1.11 2008/06/10 14:40:54 joris Exp $ */
+/* $OpenBSD: trigger.c,v 1.12 2008/06/11 02:02:08 joris Exp $ */
/*
* Copyright (c) 2008 Tobias Stoeckmann <tobias@openbsd.org>
* Copyright (c) 2008 Jonathan Armani <dbd@asystant.net>
@@ -114,7 +114,7 @@ expand_args(BUF *buf, struct file_info_list *file_info, const char *repo,
val = fi->tag_op;
break;
case 'p':
- val = current_cvsroot->cr_dir;
+ val = current_cvsroot->cr_dir;
break;
case 'r':
val = repo;