xmpp/status.go
changeset 155 fdd637733628
parent 153 bbd4166df95d
child 163 3f891f7fe817
--- a/xmpp/status.go	Sat Sep 28 13:03:51 2013 -0600
+++ b/xmpp/status.go	Sat Sep 28 13:11:44 2013 -0600
@@ -7,7 +7,7 @@
 )
 
 type statmgr struct {
-	newStatus     chan Status
+	newStatus   chan Status
 	newlistener chan chan Status
 }