diff options
| author | Justus Winter <[email protected]> | 2016-05-10 11:30:30 +0000 | 
|---|---|---|
| committer | Justus Winter <[email protected]> | 2016-05-10 11:30:30 +0000 | 
| commit | aade53a12b9716997684b872bc2ac87229f73fb3 (patch) | |
| tree | 3b7765c59ff99c7929a3e08053bcd2f301a1ceec /lang/python/examples/encrypt-to-all.py | |
| parent | python: Drop Debian packaging. (diff) | |
| download | gpgme-aade53a12b9716997684b872bc2ac87229f73fb3.tar.gz gpgme-aade53a12b9716997684b872bc2ac87229f73fb3.zip | |
python: Delete trailing whitespace.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'lang/python/examples/encrypt-to-all.py')
| -rwxr-xr-x | lang/python/examples/encrypt-to-all.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lang/python/examples/encrypt-to-all.py b/lang/python/examples/encrypt-to-all.py index 8f9d2500..c890df4f 100755 --- a/lang/python/examples/encrypt-to-all.py +++ b/lang/python/examples/encrypt-to-all.py @@ -54,7 +54,7 @@ for key in c.op_keylist_all(None, 0):                    (keyid, can_encrypt and "enabled" or "disabled"))      except UnicodeEncodeError as e:          print(e) -     +      if valid:          names.append(key)      else: | 
