finally fixed all indents in SSH ref

This commit is contained in:
2022-03-07 03:42:09 -05:00
parent 990ad2908f
commit 1c70a0d0d4
20 changed files with 420 additions and 435 deletions

View File

@@ -24,7 +24,7 @@ func ReadSizeBytes(data interface{}, pack bool) (allocated *bytes.Reader, err er
var u uint32
var b []byte
var sizer []byte = make([]byte, 4)
var sizer = make([]byte, 4)
switch t := data.(type) {
case string: