From: Matt Joiner Date: Sat, 4 Nov 2017 06:08:02 +0000 (+1100) Subject: Add missing whitespace X-Git-Tag: v1.0.0~355 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=f12058fc74ef991e9a120267bdded26a91c87334;p=btrtrc.git Add missing whitespace --- diff --git a/connection.go b/connection.go index b4c9078c..aa7bbc07 100644 --- a/connection.go +++ b/connection.go @@ -1153,6 +1153,7 @@ func (c *connection) deleteRequest(r request) bool { delete(c.requests, r) return true } + func (c *connection) tickleWriter() { c.writerCond.Broadcast() }