1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

Whitespace fix.

This commit is contained in:
John Baldwin 2011-10-27 17:43:36 +00:00
parent 125b695b6e
commit 62238a6791
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226849

View File

@ -1255,7 +1255,7 @@ vinvalbuf(struct vnode *vp, int flags, int slpflag, int slptimeo)
*
*/
static int
flushbuflist( struct bufv *bufv, int flags, struct bufobj *bo, int slpflag,
flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag,
int slptimeo)
{
struct buf *bp, *nbp;