mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
clang format
Running clang format on codebase
This commit is contained in:
parent
0b90fe9814
commit
4b32eb40a9
6 changed files with 15 additions and 15 deletions
|
@ -358,7 +358,7 @@ static size_t vba_normalize(unsigned char *buffer, size_t size)
|
|||
* Read a VBA project in an OLE directory.
|
||||
* Contrary to cli_vba_readdir, this function uses the dir file to locate VBA modules.
|
||||
*/
|
||||
cl_error_t cli_vba_readdir_new(cli_ctx *ctx, const char *dir, struct uniq *U, const char *hash, uint32_t which, int *tempfd, int *has_macros, char** tempfile)
|
||||
cl_error_t cli_vba_readdir_new(cli_ctx *ctx, const char *dir, struct uniq *U, const char *hash, uint32_t which, int *tempfd, int *has_macros, char **tempfile)
|
||||
{
|
||||
cl_error_t ret = CL_SUCCESS;
|
||||
char fullname[1024];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue