From 079992e500f1fa926a72b9f7e1b1d17b4f3ffbe4 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 18 Sep 2017 13:39:26 +0100 Subject: [PATCH] tris: whitespace fix Fixes: "tris: add picotls interop" --- handshake_client_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handshake_client_test.go b/handshake_client_test.go index c34f36c..60959a7 100644 --- a/handshake_client_test.go +++ b/handshake_client_test.go @@ -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 {