From 517cec21b9673490748b35b6a298ff2978343497 Mon Sep 17 00:00:00 2001 From: Pascal Massimino Date: Thu, 28 Apr 2011 15:52:06 -0700 Subject: [PATCH] fix indentation Change-Id: I868ec38999dc5249e9b93048049dd51422113677 --- src/dec/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dec/frame.c b/src/dec/frame.c index e61b0452..3841e05c 100644 --- a/src/dec/frame.c +++ b/src/dec/frame.c @@ -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