mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-07 07:06:20 -04:00
clang-format housekeeping
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user