From ff9c946903f28072eb1b7f3713885996727bba12 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Tue, 30 Oct 2012 13:38:01 -0700 Subject: [PATCH] gofmt: apply gofmt -w src misc Remove trailing whitespace in comments. No other changes. R=r CC=golang-dev https://golang.org/cl/6815053 --- conn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conn.go b/conn.go index 74ae650..44f3e66 100644 --- a/conn.go +++ b/conn.go @@ -513,7 +513,7 @@ Again: // First message, be extra suspicious: // this might not be a TLS client. // Bail out before reading a full 'body', if possible. - // The current max version is 3.1. + // The current max version is 3.1. // If the version is >= 16.0, it's probably not real. // Similarly, a clientHello message encodes in // well under a kilobyte. If the length is >= 12 kB,