From 3e9919979327b5a44448432cab9dee724ca9f73a Mon Sep 17 00:00:00 2001
From: Seblu <sebastien.luttringer@smartjog.com>
Date: Wed, 18 May 2011 11:30:06 +0200
Subject: [PATCH] Fix trailing whitespaces

---
 cccli/command/list.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cccli/command/list.py b/cccli/command/list.py
index b55f2b0..e4c1334 100644
--- a/cccli/command/list.py
+++ b/cccli/command/list.py
@@ -240,7 +240,7 @@ class Command_list(TqlCommand):
             for tag in order[1:]:
                 if o.get(tag) is not None:
                     # the +2 is the size of space and ":"
-                    tag_size = len(tag) + len(self.tdr(tag, o.get(tag))) + 2 
+                    tag_size = len(tag) + len(self.tdr(tag, o.get(tag))) + 2
                     # if tag doesn't fit into the space left on current line,
                     # we jump on a new line:
                     if line_pos + tag_size > term_width and margin != line_pos:
-- 
GitLab