From: François LASSERRE Date: Tue, 2 Feb 2016 21:32:40 +0000 (+0100) Subject: Remove trailing whitespaces X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=01b5bab339638b602ed894e2e8c65d910f36aac7;p=deefuzzer.git Remove trailing whitespaces --- diff --git a/deefuzzer/station.py b/deefuzzer/station.py index 7c229f4..f29ad54 100644 --- a/deefuzzer/station.py +++ b/deefuzzer/station.py @@ -439,7 +439,7 @@ class Station(Thread): pass return file_list - + def get_array_hash(self, s): return hashlib.md5(str(s)).hexdigest()