whitespace fixes

This commit is contained in:
Thomas Vander Stichele
2009-09-26 14:33:07 +00:00
parent 5cf823a640
commit 31b93a2abe

View File

@@ -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: