gofmt
authorChris Jones <christian.jones@sri.com>
Sat, 28 Sep 2013 13:11:44 -0600
changeset 155 fdd637733628
parent 154 cd9e0ddbd5e9
child 156 520ccb3e05d4
gofmt
xmpp/roster.go
xmpp/status.go
--- a/xmpp/roster.go	Sat Sep 28 13:03:51 2013 -0600
+++ b/xmpp/roster.go	Sat Sep 28 13:11:44 2013 -0600
@@ -24,8 +24,8 @@
 
 type Roster struct {
 	Extension
-	get       chan []RosterItem
-	toServer  chan Stanza
+	get      chan []RosterItem
+	toServer chan Stanza
 }
 
 type rosterClient struct {
--- 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
 }