codec/mjpeg/jpeg.go: removed white space

This commit is contained in:
Saxon 2020-01-07 14:43:26 +10:30
parent 7fca2257a4
commit fcb8f18e1f
1 changed files with 0 additions and 1 deletions

View File

@ -342,7 +342,6 @@ func writeHeader(p []byte, _type, width, height, nbqTab int, dri uint16, qtable
for i := 0; i < nbqTab; i++ {
p[idx] = byte(i)
idx++
idx += copy(p[idx:], qtable[64*i:(64*i)+64])
}