diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2008-06-11 02:02:09 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2008-06-11 02:02:09 +0000 |
commit | 2d78e6e42241150fbd1fb65ecc37b5fab793e8b6 (patch) | |
tree | 384b593162ad7b91abfbff15ee43369bcc6c3a36 | |
parent | 10fbe20d5ed44270bb538cd9e603ecdb924a9edb (diff) |
spacing
-rw-r--r-- | usr.bin/cvs/trigger.c | 4 |
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; |