From 730b160e28d711fad96e6a61070e374ad0966566 Mon Sep 17 00:00:00 2001
From: Walter Purcaro <vuolter@users.noreply.github.com>
Date: Fri, 17 Apr 2015 01:07:33 +0200
Subject: Spare code cosmetics (2)

---
 pyload/remote/thriftbackend/Processor.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'pyload/remote/thriftbackend/Processor.py')

diff --git a/pyload/remote/thriftbackend/Processor.py b/pyload/remote/thriftbackend/Processor.py
index 24a0c05b6..7ccc2bee2 100644
--- a/pyload/remote/thriftbackend/Processor.py
+++ b/pyload/remote/thriftbackend/Processor.py
@@ -2,6 +2,7 @@
 
 from pyload.remote.thriftbackend.thriftgen.pyload import Pyload
 
+
 class Processor(Pyload.Processor):
 
     def __init__(self, *args, **kwargs):
@@ -66,7 +67,7 @@ class Processor(Pyload.Processor):
             self._processMap[name](self, seqid, iprot, oprot)
 
         else:
-            #no permission
+            # no permission
             iprot.skip(Pyload.TType.STRUCT)
             iprot.readMessageEnd()
             # 21 - Not authorized
-- 
cgit v1.2.3