summaryrefslogtreecommitdiff
path: root/scripts/convert_info_vdr.pl
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-09-22 19:43:08 +0200
committerChristian Wieninger <cwieninger@gmx.de>2011-09-22 19:43:08 +0200
commiteff341390c079060d0904a53b7eebe84e2315f3a (patch)
treed45d902e7a7022a95a3e9c58346d88c45e0da517 /scripts/convert_info_vdr.pl
parentbe2c5ff1bfdff45d384981816ef692f0179a7f15 (diff)
downloadvdr-plugin-epgsearch-eff341390c079060d0904a53b7eebe84e2315f3a.tar.gz
vdr-plugin-epgsearch-eff341390c079060d0904a53b7eebe84e2315f3a.tar.bz2
Delete trailing whitespace, thanks to Ville Skyttä for patches
Diffstat (limited to 'scripts/convert_info_vdr.pl')
-rwxr-xr-xscripts/convert_info_vdr.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/convert_info_vdr.pl b/scripts/convert_info_vdr.pl
index 87a0524..7f3611a 100755
--- a/scripts/convert_info_vdr.pl
+++ b/scripts/convert_info_vdr.pl
@@ -43,7 +43,7 @@ printf ("Konvertiere %s\n",$DateiAlt);
while(<DATEI>) {
$Zeile = $_;
-
+
print NEU $Zeile if $Zeile =~ /^[CETSX] .+/;
$epgsearch = $1 if $Zeile =~ /^D .*(Kanal.+Suchtimer.+S-ID.+)$/;
@@ -58,7 +58,7 @@ while(<DATEI>) {
$neuformat=1;
$aux = $1;
}
-
+
}
if ( $neuformat == 1 && $aux !~ /epgsearch/ && $epgsearch ne "" ) {