fix indentation

Change-Id: I868ec38999dc5249e9b93048049dd51422113677
This commit is contained in:
Pascal Massimino 2011-04-28 15:52:06 -07:00
parent f7d9e261c5
commit 517cec21b9

View File

@ -263,7 +263,7 @@ int VP8FinishRow(VP8Decoder* const dec, VP8Io* io) {
io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start); io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start);
if (io->a == NULL) { if (io->a == NULL) {
return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR, return VP8SetError(dec, VP8_STATUS_BITSTREAM_ERROR,
"Could not decode alpha data."); "Could not decode alpha data.");
} }
} }
#endif #endif