mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 05:38:22 +01:00
fix indentation
Change-Id: I868ec38999dc5249e9b93048049dd51422113677
This commit is contained in:
parent
f7d9e261c5
commit
517cec21b9
@ -263,7 +263,7 @@ int VP8FinishRow(VP8Decoder* const dec, VP8Io* io) {
|
||||
io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start);
|
||||
if (io->a == NULL) {
|
||||
return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
|
||||
"Could not decode alpha data.");
|
||||
"Could not decode alpha data.");
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user