clang-format housekeeping

This commit is contained in:
Micah Snyder
2021-05-27 19:45:12 -07:00
parent 51165518a5
commit 54903eec99
2 changed files with 4 additions and 4 deletions

View File

@@ -723,9 +723,9 @@ sfsistat clamfi_envfrom(SMFICTX *ctx, char **argv)
}
cf->totsz = 0;
cf->bufsz = 0;
cf->main = cf->alt = -1;
cf->all_allowed = 1;
cf->gotbody = 0;
cf->main = cf->alt = -1;
cf->all_allowed = 1;
cf->gotbody = 0;
cf->msg_subj = cf->msg_date = cf->msg_id = NULL;
if (multircpt) {
cf->recipients = NULL;

View File

@@ -298,7 +298,7 @@ static void rarload(void)
cli_unrar_skip_file = unrar_skip_file;
cli_unrar_close = unrar_close;
#else
rhandle = load_module("libclamunrar_iface", "unrar");
rhandle = load_module("libclamunrar_iface", "unrar");
if (NULL == rhandle)
return;