diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-25 12:05:44 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-25 12:05:44 +0000 |
commit | c881ebf8d29951dd1a85fc7c1e3c1236021b4697 (patch) | |
tree | c924ce43a79f7fa2f3c768c41b8e174c2e6f94db /usr.bin/cvs/hist.c | |
parent | 5acdc59b80474dc1722a5c5439df2d68aabe7a52 (diff) |
KNF;
Diffstat (limited to 'usr.bin/cvs/hist.c')
-rw-r--r-- | usr.bin/cvs/hist.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/cvs/hist.c b/usr.bin/cvs/hist.c index c81b6fecdaa..448254ba16d 100644 --- a/usr.bin/cvs/hist.c +++ b/usr.bin/cvs/hist.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hist.c,v 1.6 2005/07/21 11:42:24 xsa Exp $ */ +/* $OpenBSD: hist.c,v 1.7 2005/07/25 12:05:43 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -35,12 +35,12 @@ #include "cvs.h" #include "log.h" -#define CVS_HIST_BUFSIZE 8192 +#define CVS_HIST_BUFSIZE 8192 -static int cvs_hist_fillbuf (CVSHIST *); -static int cvs_hist_fmt (const struct cvs_hent *, char *, size_t); +static int cvs_hist_fillbuf(CVSHIST *); +static int cvs_hist_fmt(const struct cvs_hent *, char *, size_t); /* |