backward_references.c: reindent after c8581b0

Change-Id: Icfc0fe8e266c0f67a70b8cb095e5aaee155290b6
This commit is contained in:
James Zern 2014-11-04 17:34:35 +01:00
parent c8581b06e1
commit 4171b6724e

View File

@ -443,7 +443,7 @@ static int BackwardReferencesLz77(int xsize, int ysize,
}
ok = !refs->error_;
Error:
Error:
if (cc_init) VP8LColorCacheClear(&hashers);
return ok;
}
@ -674,7 +674,7 @@ static int BackwardReferencesHashChainDistanceOnly(
dist_array);
}
ok = !refs->error_;
Error:
Error:
if (cc_init) VP8LColorCacheClear(&hashers);
WebPSafeFree(cost_model);
WebPSafeFree(cost);
@ -760,7 +760,7 @@ static int BackwardReferencesHashChainFollowChosenPath(
}
}
ok = !refs->error_;
Error:
Error:
if (cc_init) VP8LColorCacheClear(&hashers);
return ok;
}