Skip to content

Commit

Permalink
trim trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Aug 17, 2015
1 parent 7cef5b5 commit eaa506a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pvrclient-mythtv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ int PVRClientMythTV::GetDeletedRecordingsAmount()

if (m_deletedRecAmountChange)
{
int res = 0;
int res = 0;
CLockObject lock(m_recordingsLock);
for (ProgramInfoMap::iterator it = m_recordings.begin(); it != m_recordings.end(); ++it)
{
Expand Down

0 comments on commit eaa506a

Please sign in to comment.