some whitespace changes
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Wed, 12 Aug 2015 16:49:44 +0000 (12:49 -0400)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 7 Dec 2015 18:29:55 +0000 (13:29 -0500)
edward

diff --git a/edward b/edward
index 7b633ca94a4c2591e1f991d5996e232f2808b073..7809b8b3986fee1219b47ea04862c80e31c063a4 100755 (executable)
--- a/edward
+++ b/edward
@@ -218,6 +218,7 @@ class ReplyInfo (object):
     decrypt_failure         = False
     sig_failure             = False
     sigkey_missing          = False
+
     have_reply_key          = False
 
 
@@ -925,6 +926,7 @@ def write_reply (replyinfo_obj):
         reply_plain += replyinfo_obj.replies['greeting']
         reply_plain += "\n\n"
 
+
     if replyinfo_obj.decrypt_success == True:
         debug('decrypt success')
         reply_plain += replyinfo_obj.replies['success_decrypt']
@@ -944,6 +946,7 @@ def write_reply (replyinfo_obj):
         reply_plain += replyinfo_obj.replies['failed_decrypt']
         reply_plain += "\n\n"
 
+
     if replyinfo_obj.sig_success == True:
         debug('signature success')
         reply_plain += replyinfo_obj.replies['sig_success']
@@ -954,6 +957,7 @@ def write_reply (replyinfo_obj):
         reply_plain += replyinfo_obj.replies['sig_failure']
         reply_plain += "\n\n"
 
+
     if (replyinfo_obj.pubkey_success == True):
         debug('public key received')
         reply_plain += replyinfo_obj.replies['public_key_received']