From c53df556a166ca9dedc67b7ca2c11fe08d88bf02 Mon Sep 17 00:00:00 2001
From: Nold360 <nold@lavabit.com>
Date: Tue, 16 Apr 2013 12:27:52 +0200
Subject: Converted tabs to spaces

---
 module/plugins/crypter/NCryptIn.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/module/plugins/crypter/NCryptIn.py b/module/plugins/crypter/NCryptIn.py
index 63ac58a43..5e1ea347c 100644
--- a/module/plugins/crypter/NCryptIn.py
+++ b/module/plugins/crypter/NCryptIn.py
@@ -50,10 +50,9 @@ class NCryptIn(Crypter):
         package_links = []
         package_links.extend(self.handleWebLinks())
         package_links.extend(self.handleContainers())
-        package_links.extend(self.handleCNL2())
-	package_links = self.removeContainers(package_links)
+        package_links.extend(self.handleCNL2()) 
+        package_links = self.removeContainers(package_links)
         package_links = set(package_links)
-	self.logDebug(package_links)
 
         # Pack
         self.packages = [(package_name, package_links, folder_name)]
-- 
cgit v1.2.3