mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-11 19:36:47 +02:00
backward_references.c: reindent after c8581b0
Change-Id: Icfc0fe8e266c0f67a70b8cb095e5aaee155290b6
This commit is contained in:
parent
c8581b06e1
commit
4171b6724e
@ -443,7 +443,7 @@ static int BackwardReferencesLz77(int xsize, int ysize,
|
|||||||
}
|
}
|
||||||
|
|
||||||
ok = !refs->error_;
|
ok = !refs->error_;
|
||||||
Error:
|
Error:
|
||||||
if (cc_init) VP8LColorCacheClear(&hashers);
|
if (cc_init) VP8LColorCacheClear(&hashers);
|
||||||
return ok;
|
return ok;
|
||||||
}
|
}
|
||||||
@ -674,7 +674,7 @@ static int BackwardReferencesHashChainDistanceOnly(
|
|||||||
dist_array);
|
dist_array);
|
||||||
}
|
}
|
||||||
ok = !refs->error_;
|
ok = !refs->error_;
|
||||||
Error:
|
Error:
|
||||||
if (cc_init) VP8LColorCacheClear(&hashers);
|
if (cc_init) VP8LColorCacheClear(&hashers);
|
||||||
WebPSafeFree(cost_model);
|
WebPSafeFree(cost_model);
|
||||||
WebPSafeFree(cost);
|
WebPSafeFree(cost);
|
||||||
@ -760,7 +760,7 @@ static int BackwardReferencesHashChainFollowChosenPath(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
ok = !refs->error_;
|
ok = !refs->error_;
|
||||||
Error:
|
Error:
|
||||||
if (cc_init) VP8LColorCacheClear(&hashers);
|
if (cc_init) VP8LColorCacheClear(&hashers);
|
||||||
return ok;
|
return ok;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user