1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-11 00:01:16 +00:00

fix remaining style issues

This commit is contained in:
nycex 2020-07-07 20:59:58 +02:00
parent 964eb51dd9
commit 036247186b
No known key found for this signature in database
GPG Key ID: EE6FBE8D3E7278A5

View File

@ -98,9 +98,9 @@ static void get_profile_dir (char *profile_dir, const char *home_dir)
return;
char *data_dir = (char *) hcmalloc (HCBUFSIZ_TINY);
if (getenv("XDG_DATA_HOME"))
if (getenv ("XDG_DATA_HOME"))
{
strncpy (data_dir, getenv("XDG_DATA_HOME"), HCBUFSIZ_TINY);
strncpy (data_dir, getenv ("XDG_DATA_HOME"), HCBUFSIZ_TINY);
}
else
{