cleanup: remove spaces at the end of lines

This commit is contained in:
philsmd 2022-06-20 15:19:01 +02:00
parent 372d3a127f
commit 66e3786aaa
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF
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)