diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-07-07 14:27:58 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-07-07 14:27:58 +0000 |
commit | 783839c81765c1d9dba3662d9e81f2fd3959f139 (patch) | |
tree | c7e89f8aec1bcdcf28f7713aec4a702a9e1f4188 /usr.bin/cvs/proto.c | |
parent | a1b79960d99297510a8abae0e45691a242bc5463 (diff) |
remove trailing whitespaces
from deraadt@
Diffstat (limited to 'usr.bin/cvs/proto.c')
-rw-r--r-- | usr.bin/cvs/proto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/proto.c b/usr.bin/cvs/proto.c index c461a791401..c92d9b1e4eb 100644 --- a/usr.bin/cvs/proto.c +++ b/usr.bin/cvs/proto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: proto.c,v 1.57 2005/06/10 21:32:08 joris Exp $ */ +/* $OpenBSD: proto.c,v 1.58 2005/07/07 14:27:57 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -1116,7 +1116,7 @@ cvs_initlog(void) default: fpath[0] = '\0'; break; - } + } if (fpath[0] != '\0') { strlcat(rpath, "-", sizeof(rpath)); |