Fix cert-dcl16-c clang-tidy warnings.
Bug: 120614316 Test: make with WITH_TIDY=1 DEFAULT_GLOBAL_TIDY_CHECKS=-*,cert-dcl16-c Change-Id: I069b2c861cf7c349445c15bf789908377fe7227f
This commit is contained in:
parent
1fcf7f7d1f
commit
5d08f63950
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ static int output_file_init(struct output_file* out, int block_size, int64_t len
|
|||
|
||||
out->len = len;
|
||||
out->block_size = block_size;
|
||||
out->cur_out_ptr = 0ll;
|
||||
out->cur_out_ptr = 0LL;
|
||||
out->chunk_cnt = 0;
|
||||
out->crc32 = 0;
|
||||
out->use_crc = crc;
|
||||
|
|
Loading…
Reference in a new issue