From 66e3786aaafccf065c382344c3137e99cc0dd171 Mon Sep 17 00:00:00 2001 From: philsmd Date: Mon, 20 Jun 2022 15:19:01 +0200 Subject: [PATCH] cleanup: remove spaces at the end of lines --- tools/bitwarden2hashcat.py | 2 +- tools/test_modules/m28700.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/bitwarden2hashcat.py b/tools/bitwarden2hashcat.py index 6015bb8ef..04ae2445e 100755 --- a/tools/bitwarden2hashcat.py +++ b/tools/bitwarden2hashcat.py @@ -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) diff --git a/tools/test_modules/m28700.pm b/tools/test_modules/m28700.pm index c70a7a929..346a426cd 100644 --- a/tools/test_modules/m28700.pm +++ b/tools/test_modules/m28700.pm @@ -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)