go.net: gofmt -w -s

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/6811084
diff --git a/websocket/hybi_test.go b/websocket/hybi_test.go
index 7976054..b527e0b 100644
--- a/websocket/hybi_test.go
+++ b/websocket/hybi_test.go
@@ -535,8 +535,8 @@
 }
 
 // Test the hybiServerHandshaker supports firefox implementation and
-// checks Connection request header include (but it's not necessary 
-// equal to) "upgrade"   
+// checks Connection request header include (but it's not necessary
+// equal to) "upgrade"
 func TestHybiServerFirefoxHandshake(t *testing.T) {
 	config := new(Config)
 	handshaker := &hybiServerHandshaker{Config: config}