Clang-format touchup

This commit is contained in:
Micah Snyder 2020-07-24 08:32:47 -07:00
parent ee60f31602
commit e2f59af30a
38 changed files with 350 additions and 378 deletions

View file

@ -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))) {