mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
remove trailing spaces
Change-Id: Ic92addd7c152e0216d5c9a35f5661914a5671f03
This commit is contained in:
parent
13e50da6f8
commit
af3e2aaa04
@ -297,7 +297,7 @@ int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) {
|
|||||||
if (frm_hdr->partition_length_ > buf_size) {
|
if (frm_hdr->partition_length_ > buf_size) {
|
||||||
return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
|
return VP8SetError(dec, VP8_STATUS_NOT_ENOUGH_DATA,
|
||||||
"bad partition length");
|
"bad partition length");
|
||||||
}
|
}
|
||||||
br = &dec->br_;
|
br = &dec->br_;
|
||||||
VP8InitBitReader(br, buf, buf + frm_hdr->partition_length_);
|
VP8InitBitReader(br, buf, buf + frm_hdr->partition_length_);
|
||||||
buf += frm_hdr->partition_length_;
|
buf += frm_hdr->partition_length_;
|
||||||
|
Loading…
Reference in New Issue
Block a user