enc/vp8l.c: fix indent

reindent after ca00502

Change-Id: I8c88dbc11dc96c117531b17682b764a235ef23bb
This commit is contained in:
James Zern 2014-10-13 11:33:23 +02:00
parent ca00502788
commit aca1b98f52

View File

@ -919,7 +919,7 @@ static void ApplySubtractGreen(VP8LEncoder* const enc, int width, int height,
VP8LWriteBits(bw, 1, TRANSFORM_PRESENT);
VP8LWriteBits(bw, 2, SUBTRACT_GREEN);
VP8LSubtractGreenFromBlueAndRed(enc->argb_, width * height);
}
}
static WebPEncodingError ApplyPredictFilter(const VP8LEncoder* const enc,
int width, int height, int quality,