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