1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Fixed formatting

This commit is contained in:
Klaus Schmidinger 2012-03-31 10:15:26 +02:00
parent 1f5cf1db58
commit 16967a231e

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: receiver.c 2.5 2012/02/29 11:49:36 kls Exp $
* $Id: receiver.c 2.6 2012/03/31 10:15:26 kls Exp $
*/
#include "receiver.h"
@ -83,7 +83,7 @@ bool cReceiver::SetPids(const cChannel *Channel)
AddPids(Channel->Dpids()) &&
AddPids(Channel->Spids());
}
return true;
return true;
}
bool cReceiver::WantsPid(int Pid)