diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2008-01-31 22:09:06 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2008-01-31 22:09:06 +0000 |
commit | b6102ae46d4d0e4e26b36140586f478a19239d4d (patch) | |
tree | 466ef218bbec368470d5f1edd7828075eb9e4636 /usr.bin/cvs/getlog.c | |
parent | c2e860bd891b202a40bebf21ca1d243212025dc8 (diff) |
Zap trailing whitespaces.
Diffstat (limited to 'usr.bin/cvs/getlog.c')
-rw-r--r-- | usr.bin/cvs/getlog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c index 9653e7d4ecd..a96b5e1df63 100644 --- a/usr.bin/cvs/getlog.c +++ b/usr.bin/cvs/getlog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getlog.c,v 1.82 2008/01/31 20:29:16 joris Exp $ */ +/* $OpenBSD: getlog.c,v 1.83 2008/01/31 22:09:05 xsa Exp $ */ /* * Copyright (c) 2005, 2006 Xavier Santolaria <xsa@openbsd.org> * Copyright (c) 2006 Joris Vink <joris@openbsd.org> @@ -366,6 +366,6 @@ log_rev_print(struct rcs_delta *rdp) } cvs_printf("\n"); } - + cvs_printf("%s", rdp->rd_log); } |