summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2006-03-09 16:53:57 +0000
committerJoris Vink <joris@cvs.openbsd.org>2006-03-09 16:53:57 +0000
commit4cc99923a28ecd716b238b32687c03f056b107b0 (patch)
treefb9542e3a5e829d5ef171046df9942a502326ede
parent2ee1c658be792d4afea305f7d1de06a30825de06 (diff)
trailing spaces;
-rw-r--r--usr.bin/cvs/rcstime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/rcstime.c b/usr.bin/cvs/rcstime.c
index c4466bc6480..672ad53bfb2 100644
--- a/usr.bin/cvs/rcstime.c
+++ b/usr.bin/cvs/rcstime.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcstime.c,v 1.1 2006/03/09 10:56:33 xsa Exp $ */
+/* $OpenBSD: rcstime.c,v 1.2 2006/03/09 16:53:56 joris Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -77,7 +77,7 @@ rcs_set_tz(char *tz, struct rcs_delta *rdp)
if ((tb->tm_min + tzone) >= 60) {
tb->tm_hour++;
- tb->tm_min -= tzone;
+ tb->tm_min -= tzone;
} else
tb->tm_min += tzone;