Remove whitespaces on empty line
authorFrançois Freitag <redacted>
Sat, 2 Dec 2017 21:20:59 +0000 (13:20 -0800)
committerFrançois Freitag <redacted>
Sat, 20 Jan 2018 21:50:44 +0000 (13:50 -0800)
xkcdpass/xkcd_password.py

index 0b74798a245d4d8b931dc7d167ee422ea6a4fb4c..b9a03b7848fa060de68a1f86f9d79dbeedac8b7e 100755 (executable)
@@ -112,7 +112,7 @@ def generate_wordlist(wordfile=None,
     Generate a word list from either a kwarg wordfile, or a system default
     valid_chars is a regular expression match condition (default - all chars)
     """
-    
+
     # deal with inconsistent min and max, erring toward security
     if min_length > max_length:
         max_length = min_length
git clone https://git.99rst.org/PROJECT