diff options
author | 2005-07-07 14:27:57 +0000 | |
---|---|---|
committer | 2005-07-07 14:27:57 +0000 | |
commit | 029277ddbecc5976f4c9a462e56345e9d2894371 (patch) | |
tree | 0782818e71f182e7361ca423a0c2b18e5c701be8 /usr.bin/cvs/annotate.c | |
parent | snprintf(3) checks. (diff) | |
download | wireguard-openbsd-029277ddbecc5976f4c9a462e56345e9d2894371.tar.xz wireguard-openbsd-029277ddbecc5976f4c9a462e56345e9d2894371.zip |
remove trailing whitespaces
from deraadt@
Diffstat (limited to 'usr.bin/cvs/annotate.c')
-rw-r--r-- | usr.bin/cvs/annotate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/annotate.c b/usr.bin/cvs/annotate.c index fa656527e1d..a098d1130a8 100644 --- a/usr.bin/cvs/annotate.c +++ b/usr.bin/cvs/annotate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: annotate.c,v 1.18 2005/07/04 10:21:03 xsa Exp $ */ +/* $OpenBSD: annotate.c,v 1.19 2005/07/07 14:27:57 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -59,7 +59,7 @@ struct cvs_cmd cvs_cmd_annotate = { NULL, NULL, CVS_CMD_ALLOWSPEC | CVS_CMD_SENDDIR | CVS_CMD_SENDARGS2 -}; +}; static char *date, *rev; static int usehead; |