Merge "cosmetics: backward_references.c: reindent after a7d2ee3"

This commit is contained in:
James Zern 2014-02-11 16:28:55 -08:00 committed by Gerrit Code Review
commit 6e37cb942f

View File

@ -817,8 +817,8 @@ int VP8LGetBackwardReferences(int width, int height,
// Returns entropy for the given cache bits.
static double ComputeCacheEntropy(const uint32_t* const argb,
int xsize, int ysize,
const VP8LBackwardRefs* const refs,
int xsize, int ysize,
const VP8LBackwardRefs* const refs,
int cache_bits) {
int pixel_index = 0;
int i;