fix whitespace

This commit is contained in:
Thomas Vander Stichele
2013-02-03 14:58:19 +01:00
parent a436190555
commit dac8f2f921
2 changed files with 2 additions and 2 deletions

View File

@@ -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')

View File

@@ -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')