1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-29 21:45:21 -05:00

format code

This commit is contained in:
Darien Raymond
2016-01-04 14:16:52 +00:00
parent 27b521d2aa
commit e6ad1d8518
4 changed files with 4 additions and 3 deletions

View File

@@ -123,6 +123,7 @@ func (p *bufferPool) cleanup(tick <-chan time.Time) {
select {
case p.chain <- make([]byte, p.bufferSize):
default:
break
}
}
}