1
0
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:
jsteube 2016-05-21 12:16:09 +02:00
parent bb513afe13
commit 4ed418f504

View File

@ -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;