cosmetics: backward_references.c: reindent after a7d2ee3

a7d2ee3 Optimize cache estimate logic.

Change-Id: I81dd1eea49f603465dc5f3afae8a101e5205e963
This commit is contained in:
James Zern 2014-02-11 15:52:22 -08:00
parent fde2904b8a
commit a42ea9742a

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;