mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Whitespace cleanup.
This commit is contained in:
parent
abf0a5ece4
commit
25ec9df0cc
@ -27,7 +27,7 @@
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
logger "$0: error: Invalid parameter count '$#' $*"
|
||||
exit 1;
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Channels.conf parameter
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
logger "$0: error: Invalid parameter count '$#' $*"
|
||||
exit 1;
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Channels.conf parameter
|
||||
@ -58,7 +58,7 @@ esac
|
||||
|
||||
if [ -z "${URL}" ]; then
|
||||
logger "$0: error: URL not defined!"
|
||||
exit 1;
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Create transcoding options
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
logger "$0: error: Invalid parameter count '$#' $*"
|
||||
exit 1;
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Channels.conf parameter
|
||||
|
@ -37,7 +37,7 @@ AUDIO_BITRATE=320
|
||||
exit_with_error()
|
||||
{
|
||||
logger "vlc2iptv: error: $*"
|
||||
exit 1;
|
||||
exit 1
|
||||
}
|
||||
|
||||
read_arguments()
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
logger "$0: error: Invalid parameter count '$#' $*"
|
||||
exit 1;
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Channels.conf parameter
|
||||
|
Loading…
Reference in New Issue
Block a user