Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dvbpsi - little indentation fix
  • Loading branch information
perexg committed May 10, 2016
1 parent 235cded commit 12703ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/input/mpegts/dvb_psi.c
Expand Up @@ -2468,9 +2468,9 @@ psi_parse_pmt

// Only restart if something that our clients worry about did change
if(update & ~(PMT_UPDATE_NEW_CA_STREAM |
PMT_UPDATE_NEW_CAID |
PMT_UPDATE_CA_PROVIDER_CHANGE |
PMT_UPDATE_CAID_DELETED)) {
PMT_UPDATE_NEW_CAID |
PMT_UPDATE_CA_PROVIDER_CHANGE |
PMT_UPDATE_CAID_DELETED)) {
if(t->s_status == SERVICE_RUNNING)
ret = 1;
}
Expand Down

0 comments on commit 12703ed

Please sign in to comment.