removed spaces at end of line

This commit is contained in:
2020-04-15 13:08:37 +02:00
committed by mdavidsaver
parent 40300a12cb
commit 3ba6679e67
23 changed files with 52 additions and 71 deletions

View File

@@ -50,7 +50,7 @@ void GetDoneThread::start()
"getDoneThread",
epicsThreadGetStackSize(epicsThreadStackBig),
epicsThreadPriorityLow));
thread->start();
thread->start();
}
@@ -66,7 +66,7 @@ void GetDoneThread::stop()
void GetDoneThread::getDone(NotifyGetRequesterPtr const &notifyGetRequester)
{
{
{
Lock lock(mutex);
if(notifyGetRequester->isOnQueue) return;
notifyGetRequester->isOnQueue = true;