Skip to content

Commit

Permalink
[PVR] squashme - remove whitespace -
Browse files Browse the repository at this point in the history
  • Loading branch information
metaron-uk committed Jan 2, 2016
1 parent e9137dd commit f0bb3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xbmc/pvr/timers/PVRTimers.cpp
Expand Up @@ -265,10 +265,10 @@ bool CPVRTimers::UpdateEntries(const CPVRTimers &timers)
case PVR_TIMER_STATE_NEW:
case PVR_TIMER_STATE_SCHEDULED:
case PVR_TIMER_STATE_CONFLICT_OK:
parentTimer->m_iActiveChildTimers ++;
parentTimer->m_iActiveChildTimers++;
break;
case PVR_TIMER_STATE_RECORDING:
parentTimer->m_iActiveChildTimers ++;
parentTimer->m_iActiveChildTimers++;
parentTimer->m_bHasChildRecording = true;
break;
case PVR_TIMER_STATE_CONFLICT_NOK:
Expand Down

0 comments on commit f0bb3b8

Please sign in to comment.