tris: whitespace fix

Fixes: "tris: add picotls interop"
This commit is contained in:
Peter Wu 2017-09-18 13:39:26 +01:00
parent 25f2efc996
commit 079992e500

View File

@ -68,8 +68,8 @@ func (i opensslInput) Read(buf []byte) (n int, err error) {
// log message from a completed server handshake.
type opensslOutputSink struct {
handshakeConfirmed chan struct{}
all []byte
line []byte
all []byte
line []byte
}
func newOpensslOutputSink() *opensslOutputSink {