From 58a6b4e3318697f060108b9712f1d917fa2047d7 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Fri, 13 Sep 2019 23:22:38 +0200 Subject: [PATCH] trailing space fix --- src/pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pgsql.c b/src/pgsql.c index 511d02a..f618e7e 100644 --- a/src/pgsql.c +++ b/src/pgsql.c @@ -726,7 +726,7 @@ pgsql_read_result(struct kore_pgsql *pgsql) if (saved_errno != EAGAIN && saved_errno != EWOULDBLOCK) continue; pgsql->state = KORE_PGSQL_STATE_WAIT; - conn->evt.flags &= ~KORE_EVENT_READ; + conn->evt.flags &= ~KORE_EVENT_READ; return; }