Merge pull request #3335 from philsmd/whitespace_fix

cleanup: remove spaces at the end of lines
pull/3339/head
Jens Steube 2 years ago committed by GitHub
commit 556eade82a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save