mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-24 00:51:05 +00:00
Fix some indents
This commit is contained in:
parent
bb513afe13
commit
4ed418f504
@ -6526,9 +6526,11 @@ int main (int argc, char **argv)
|
||||
data.benchmark = benchmark;
|
||||
data.skip = skip;
|
||||
data.limit = limit;
|
||||
#if defined(HAVE_HWMON) && defined(HAVE_ADL)
|
||||
#ifdef HAVE_HWMON
|
||||
#ifdef HAVE_ADL
|
||||
data.powertune_enable = powertune_enable;
|
||||
#endif
|
||||
#endif
|
||||
data.logfile_disable = logfile_disable;
|
||||
data.truecrypt_keyfiles = truecrypt_keyfiles;
|
||||
data.veracrypt_keyfiles = veracrypt_keyfiles;
|
||||
|
Loading…
Reference in New Issue
Block a user