Fixed space/tab.

This commit is contained in:
Christian P. MOMON 2019-05-21 14:55:58 +02:00
parent 0bef358d22
commit 9d9c3c7df6

View File

@ -150,7 +150,7 @@ sub process {
}
}
# renaming to target
# renaming to target
my $command = "mv output.ogg $source_name.ogg";
if($dryrun) {
print "$command\n";