mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-11 02:28:47 +00:00
Fix some spacing in affinity.c
This commit is contained in:
parent
17b2e9062b
commit
e74cebba75
@ -56,6 +56,7 @@ int set_cpu_affinity (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx)
|
|||||||
#if defined (__CYGWIN__)
|
#if defined (__CYGWIN__)
|
||||||
return 0;
|
return 0;
|
||||||
#else
|
#else
|
||||||
|
|
||||||
const user_options_t *user_options = hashcat_ctx->user_options;
|
const user_options_t *user_options = hashcat_ctx->user_options;
|
||||||
|
|
||||||
if (user_options->cpu_affinity == NULL) return 0;
|
if (user_options->cpu_affinity == NULL) return 0;
|
||||||
@ -180,7 +181,6 @@ int set_cpu_affinity (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user