mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Fixed indentation.
This commit is contained in:
parent
0720489995
commit
1a825f5636
12
source.c
12
source.c
@ -76,13 +76,13 @@ bool cIptvTransponderParameters::Parse(const char *s)
|
|||||||
break;
|
break;
|
||||||
case 'F':
|
case 'F':
|
||||||
if (strstr(data, "UDP"))
|
if (strstr(data, "UDP"))
|
||||||
protocol = eProtocolUDP;
|
protocol = eProtocolUDP;
|
||||||
else if (strstr(data, "HTTP"))
|
else if (strstr(data, "HTTP"))
|
||||||
protocol = eProtocolHTTP;
|
protocol = eProtocolHTTP;
|
||||||
else if (strstr(data, "FILE"))
|
else if (strstr(data, "FILE"))
|
||||||
protocol = eProtocolFILE;
|
protocol = eProtocolFILE;
|
||||||
else if (strstr(data, "EXT"))
|
else if (strstr(data, "EXT"))
|
||||||
protocol = eProtocolEXT;
|
protocol = eProtocolEXT;
|
||||||
else
|
else
|
||||||
found_u = false;
|
found_u = false;
|
||||||
break;
|
break;
|
||||||
@ -97,9 +97,9 @@ bool cIptvTransponderParameters::Parse(const char *s)
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
str = NULL;
|
str = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (found_s && found_p && found_f && found_u && found_a)
|
if (found_s && found_p && found_f && found_u && found_a)
|
||||||
return (true);
|
return (true);
|
||||||
|
Loading…
Reference in New Issue
Block a user