[chore]:修改两个换行,对齐格式

pull/8/head
lqq 5 years ago committed by yoko
parent 9ad87393b6
commit 950ed48529

@ -139,7 +139,6 @@ type gopCircularQueue struct {
}
func NewGopCircularQueue(cap int) *gopCircularQueue {
if cap < 0 {
panic("negative cap argument in NewGopCircularQueue")
}

@ -218,7 +218,6 @@ func (group *Group) broadcastRTMP(msg rtmp.AVMsg) {
if group.httpflvGopCache.AACSeqHeader != nil {
session.WriteRawPacket(group.httpflvGopCache.AACSeqHeader)
}
for i := 0; i < group.httpflvGopCache.GetGopLen(); i++ {
for _, item := range group.httpflvGopCache.GetGopAt(i).data {
session.WriteRawPacket(item)

Loading…
Cancel
Save