clang format

Running clang format on codebase
This commit is contained in:
Mickey Sola 2023-04-18 14:29:30 -04:00 committed by Micah Snyder
parent 0b90fe9814
commit 4b32eb40a9
6 changed files with 15 additions and 15 deletions

View file

@ -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];