浏览代码

tris: whitespace fix

Fixes: "tris: add picotls interop"
v1.2.3
Peter Wu 7 年前
父节点
当前提交
079992e500
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      handshake_client_test.go

+ 2
- 2
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 {


正在加载...
取消
保存