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:
@ -1035,7 +1035,7 @@ static int HistogramCombineStochastic(VP8LHistogramSet* const image_histo,
|
||||
*do_greedy = (*num_used <= min_cluster_size);
|
||||
ok = 1;
|
||||
|
||||
End:
|
||||
End:
|
||||
HistoQueueClear(&histo_queue);
|
||||
WebPSafeFree(mappings);
|
||||
return ok;
|
||||
@ -1252,7 +1252,7 @@ int VP8LGetHistoImageSymbols(int xsize, int ysize,
|
||||
goto Error;
|
||||
}
|
||||
|
||||
Error:
|
||||
Error:
|
||||
VP8LFreeHistogramSet(orig_histo);
|
||||
WebPSafeFree(map_tmp);
|
||||
return (pic->error_code == VP8_ENC_OK);
|
||||
|
Reference in New Issue
Block a user