removed spaces at end of line
This commit is contained in:
@@ -50,7 +50,7 @@ void PutDoneThread::start()
|
||||
"putDoneThread",
|
||||
epicsThreadGetStackSize(epicsThreadStackBig),
|
||||
epicsThreadPriorityLow));
|
||||
thread->start();
|
||||
thread->start();
|
||||
}
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ void PutDoneThread::stop()
|
||||
|
||||
void PutDoneThread::putDone(NotifyPutRequesterPtr const ¬ifyPutRequester)
|
||||
{
|
||||
{
|
||||
{
|
||||
Lock lock(mutex);
|
||||
if(notifyPutRequester->isOnQueue) return;
|
||||
notifyPutRequester->isOnQueue = true;
|
||||
|
||||
Reference in New Issue
Block a user