From 0bc57f9d682aed5c353190cb5025ad47b3c5859a Mon Sep 17 00:00:00 2001 From: Thomas Jager Date: Wed, 13 Mar 2013 12:54:00 +0100 Subject: [PATCH] Formatting --- irc_struct.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/irc_struct.go b/irc_struct.go index cff0ad6..a2e22bd 100644 --- a/irc_struct.go +++ b/irc_struct.go @@ -18,10 +18,10 @@ type Connection struct { UseTLS bool TLSConfig *tls.Config - socket net.Conn - pread, pwrite chan string + socket net.Conn + pread, pwrite chan string syncreader, syncwriter, syncpinger chan bool - endping chan bool + endping chan bool nick string //The nickname we want. nickcurrent string //The nickname we currently have.