diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2015-11-25 18:46:22 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2015-11-25 18:46:22 +0000 |
commit | 79efeecd9eba3807119e4d2512c2fe47b039609b (patch) | |
tree | ef8b8d396634e19cd24b3fb5aa5e0cb289cf28e9 /usr.bin/sndiod | |
parent | db74e3040934e5b94e64e5e948ddc3204a704a5e (diff) |
spacing
Diffstat (limited to 'usr.bin/sndiod')
-rw-r--r-- | usr.bin/sndiod/sock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sndiod/sock.h b/usr.bin/sndiod/sock.h index 18012716fce..39c07434af4 100644 --- a/usr.bin/sndiod/sock.h +++ b/usr.bin/sndiod/sock.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sock.h,v 1.3 2014/03/05 20:03:05 ratchov Exp $ */ +/* $OpenBSD: sock.h,v 1.4 2015/11/25 18:46:21 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org> * @@ -50,7 +50,7 @@ struct sock { #define SOCK_START 3 /* filling play buffers */ #define SOCK_STOP 4 /* draining rec buffers */ unsigned int pstate; /* one of the above */ - int tickpending; /* tick waiting to be transmitted */ + int tickpending; /* tick waiting to be transmitted */ int fillpending; /* flowctl waiting to be transmitted */ int stoppending; /* last STOP ack to be sent */ unsigned int walign; /* align written data to this */ |