mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-18 23:09:52 +02:00
normalize label indent
1 space is most common in the source; this fixes some mixed cases within lossless files, likely from clang-format Change-Id: I504206d5bf418781d4131ee73570ecee4e0a69a1
This commit is contained in:
@ -851,7 +851,7 @@ static int CalculateBestCacheSize(const uint32_t* argb, int quality,
|
||||
}
|
||||
}
|
||||
ok = 1;
|
||||
Error:
|
||||
Error:
|
||||
for (i = 0; i <= cache_bits_max; ++i) {
|
||||
if (cc_init[i]) VP8LColorCacheClear(&hashers[i]);
|
||||
VP8LFreeHistogram(histos[i]);
|
||||
@ -1031,7 +1031,7 @@ static int GetBackwardReferences(int width, int height,
|
||||
}
|
||||
status = 1;
|
||||
|
||||
Error:
|
||||
Error:
|
||||
VP8LHashChainClear(&hash_chain_box);
|
||||
VP8LFreeHistogram(histo);
|
||||
return status;
|
||||
|
Reference in New Issue
Block a user