From c7894448f30e589b5752fb6f9d6e22c25984523e Mon Sep 17 00:00:00 2001
From: Chris Pomeroy <chris.pomeroy@hotmail.com>
Date: Fri, 23 Mar 2018 02:15:34 +0000
Subject: [PATCH] fixed white space issue

---
 aaxConvert.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/aaxConvert.py b/aaxConvert.py
index 9752304..25a8614 100755
--- a/aaxConvert.py
+++ b/aaxConvert.py
@@ -149,7 +149,7 @@
           print('Checkkey function is down please wait')
           recovery = recovery - 1
           sleep(5)
-      return key
+    return key
 
 for rfile in glob.glob(args.filename):
     if rfile.find("aax") != -1 and os.path.isfile(rfile):

--
Gitblit v1.10.0