1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-10 15:51:10 +00:00

Missing whitespaces

This commit is contained in:
Jukka Ojanen 2021-07-05 20:20:51 +03:00
parent e133bd4ec4
commit a0eaefa0c2

View File

@ -7827,8 +7827,8 @@ static bool load_kernel (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_p
const int rc_nvrtcCompileProgram = hc_nvrtcCompileProgram (hashcat_ctx, program, num_options, (const char * const *) nvrtc_options);
hcfree(nvrtc_options_string);
hcfree(nvrtc_options);
hcfree (nvrtc_options_string);
hcfree (nvrtc_options);
size_t build_log_size = 0;
@ -8065,7 +8065,7 @@ static bool load_kernel (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_p
if (rc_clGetProgramBuildInfo == -1)
{
hcfree(build_log);
hcfree (build_log);
return false;
}