CleanupWhitespace

removed spaces at end of line

replaced tabs with spaces
This commit is contained in:
2020-05-20 14:43:02 -07:00
committed by Michael Davidsaver
parent 055223dbe4
commit 36a8b51d8e
610 changed files with 19733 additions and 19733 deletions
@@ -5,7 +5,7 @@
* Operator of Los Alamos National Laboratory.
* EPICS BASE Versions 3.13.7
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* Author Jeffrey O. Hill
@@ -27,7 +27,7 @@ timerQueueActiveMgr::~timerQueueActiveMgr ()
{
epicsGuard < epicsMutex > locker ( this->mutex );
}
epicsTimerQueueActiveForC & timerQueueActiveMgr ::
allocate ( RefThis & refThis, bool okToShare, unsigned threadPriority )
{
@@ -44,7 +44,7 @@ epicsTimerQueueActiveForC & timerQueueActiveMgr ::
}
}
epicsTimerQueueActiveForC & queue =
epicsTimerQueueActiveForC & queue =
* new epicsTimerQueueActiveForC ( refThis, okToShare, threadPriority );
queue.timerQueueActiveMgrPrivate::referenceCount = 1u;
if ( okToShare ) {
@@ -67,7 +67,7 @@ void timerQueueActiveMgr ::
this->sharedQueueList.remove ( queue );
}
}
// delete only after we release the guard in case the embedded
// delete only after we release the guard in case the embedded
// reference is the last one and this object is destroyed
// as a side effect
timerQueueActiveMgrPrivate * pPriv = & queue;
@@ -79,6 +79,6 @@ timerQueueActiveMgrPrivate::timerQueueActiveMgrPrivate () :
{
}
timerQueueActiveMgrPrivate::~timerQueueActiveMgrPrivate ()
timerQueueActiveMgrPrivate::~timerQueueActiveMgrPrivate ()
{
}