mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
Clang-format touchup
This commit is contained in:
parent
ee60f31602
commit
e2f59af30a
38 changed files with 350 additions and 378 deletions
|
@ -614,7 +614,7 @@ static unsigned int parse_local_file_header(
|
|||
char name[256];
|
||||
char *original_filename = NULL;
|
||||
uint32_t csize, usize;
|
||||
int virus_found = 0;
|
||||
int virus_found = 0;
|
||||
unsigned int size_of_fileheader_and_data = 0;
|
||||
|
||||
if (!(local_header = fmap_need_off(map, loff, SIZEOF_LOCAL_HEADER))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue