Skip to content

Commit ec95290

Browse files
committed
[Modify] Polish it
1 parent 0aee7b6 commit ec95290

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

websocket-sharp/Net/ChunkStream.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ private InputChunkState seekCrLf (byte[] buffer, ref int offset, int length)
163163
}
164164

165165
private InputChunkState setChunkSize (
166-
byte[] buffer, ref int offset, int length
166+
byte[] buffer,
167+
ref int offset,
168+
int length
167169
)
168170
{
169171
byte b = 0;

0 commit comments

Comments
 (0)