From 8575b870d1414e696b7165a371955a36abe9e4b6 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Fri, 2 Oct 2015 15:05:43 +0200 Subject: [PATCH] spacing --- sndiod/sock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sndiod/sock.h b/sndiod/sock.h index dbf27f3..3cda405 100644 --- a/sndiod/sock.h +++ b/sndiod/sock.h @@ -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 */