mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Removed trailing whitespace
This commit is contained in:
4
ci.c
4
ci.c
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: ci.c 2.11 2013/02/16 15:16:14 kls Exp $
|
||||
* $Id: ci.c 2.12 2013/02/17 13:17:28 kls Exp $
|
||||
*/
|
||||
|
||||
#include "ci.h"
|
||||
@@ -1936,7 +1936,7 @@ bool cCamSlot::CanDecrypt(const cChannel *Channel)
|
||||
for (const int *Dpid = Channel->Dpids(); *Dpid; Dpid++)
|
||||
CaPmt.AddPid(*Dpid, STREAM_TYPE_PRIVATE);
|
||||
for (const int *Spid = Channel->Spids(); *Spid; Spid++)
|
||||
CaPmt.AddPid(*Spid, STREAM_TYPE_PRIVATE);
|
||||
CaPmt.AddPid(*Spid, STREAM_TYPE_PRIVATE);
|
||||
cas->SendPMT(&CaPmt);
|
||||
cTimeMs Timeout(QUERY_REPLY_TIMEOUT);
|
||||
do {
|
||||
|
Reference in New Issue
Block a user