From 2c32f020832fd14cc7e9c0a80ccb411b4211ac6d Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Fri, 13 Apr 2018 18:48:03 +0000 Subject: [PATCH] Update: Code style --- src/source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source.c b/src/source.c index d32c8cba..b4a6f265 100644 --- a/src/source.c +++ b/src/source.c @@ -514,7 +514,7 @@ static refbuf_t *get_next_buffer (source_t *source) } source->last_read = current; refbuf = source->format->get_buffer (source); - if (source->client->con->tls && tls_got_shutdown(source->client->con->tls) > 1) + if (source->client->con->tls && tls_got_shutdown(source->client->con->tls) > 1) source->client->con->error = 1; if (source->client->con && source->client->con->error) {