[SCM] morituri/master: whitespace fixes

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:13 UTC 2014


The following commit has been merged in the master branch:
commit 31b93a2abec7c0aa5875ad56fa3648df2ebfc5a6
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sat Sep 26 14:33:07 2009 +0000

    whitespace fixes

diff --git a/morituri/common/program.py b/morituri/common/program.py
index 1d6bd6d..c515a09 100644
--- a/morituri/common/program.py
+++ b/morituri/common/program.py
@@ -477,10 +477,10 @@ class Program(log.Loggable):
             if trackResult.accurip:
                     status = 'rip accurate    '
 
-            c = "(not found)         "
+            c = "(not found)             "
             ar = ", DB [notfound]"
             if trackResult.ARDBMaxConfidence:
-                c = "(max confidence %3d)" % trackResult.ARDBMaxConfidence
+                c = "(max confidence    %3d)" % trackResult.ARDBMaxConfidence
                 if trackResult.ARDBConfidence is not None:
                     if trackResult.ARDBConfidence \
                             < trackResult.ARDBMaxConfidence:

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list