improve alignment of some structs

This commit is contained in:
Lucas Clemente
2016-09-07 15:36:09 +02:00
parent 809ea02511
commit aa645301c6
4 changed files with 7 additions and 7 deletions

View File

@@ -11,11 +11,11 @@ import (
// A StreamFrame of QUIC
type StreamFrame struct {
FinBit bool
StreamID protocol.StreamID
FinBit bool
DataLenPresent bool
Offset protocol.ByteCount
Data []byte
DataLenPresent bool
}
var (