remove trailing spaces

Change-Id: Ic92addd7c152e0216d5c9a35f5661914a5671f03
This commit is contained in:
Pascal Massimino 2011-03-10 15:57:18 -08:00
parent 13e50da6f8
commit af3e2aaa04

View File

@ -297,7 +297,7 @@ int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) {
if (frm_hdr->partition_length_ > buf_size) {
return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
"bad partition length");
}
}
br = &dec->br_;
VP8InitBitReader(br, buf, buf + frm_hdr->partition_length_);
buf += frm_hdr->partition_length_;