[SCM] morituri/master: fix whitespace

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


The following commit has been merged in the master branch:
commit dac8f2f921a09d4559ae3a487f0f99bf82291ebd
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun Feb 3 14:58:19 2013 +0100

    fix whitespace

diff --git a/morituri/program/cdparanoia.py b/morituri/program/cdparanoia.py
index affec85..406d6d9 100644
--- a/morituri/program/cdparanoia.py
+++ b/morituri/program/cdparanoia.py
@@ -586,7 +586,7 @@ class AnalyzeTask(ctask.PopenTask):
         self.command = ['cdparanoia', '-A']
         if device:
             self.command += ['-d', device]
-        
+
     def commandMissing(self):
         raise common.MissingDependencyException('cdparanoia')
 
diff --git a/morituri/rip/drive.py b/morituri/rip/drive.py
index eb8229c..0ed133d 100644
--- a/morituri/rip/drive.py
+++ b/morituri/rip/drive.py
@@ -68,7 +68,7 @@ class Analyze(logcommand.LogCommand):
         info = drive.getDeviceInfo(self.options.device)
         if not info:
             return
-        
+
         self.stdout.write(
             'Adding drive cache behaviour to configuration file.\n')
 

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list