1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Merge pull request #3335 from philsmd/whitespace_fix

cleanup: remove spaces at the end of lines
This commit is contained in:
Jens Steube 2022-06-21 16:23:31 +02:00 committed by GitHub
commit 556eade82a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ def process_file(filename, legacy = False):
# Firefox
data = process_sqlite(filename)
elif filename.endswith(".json"):
# json - Desktop
# json - Desktop
with open(filename, "rb") as f:
data = f.read()
data = process_json(data)

View File

@ -27,7 +27,7 @@ sub module_generate_hash
if (length ($salt) == 8)
{
$date = $salt;
$longdate = sprintf ("%sT000000Z", $date);
$longdate = sprintf ("%sT000000Z", $date);
}
if (length ($salt) == 16)