quieting clang-tidy, non-functional changes
Changes to syntax which should not effect generated code
This commit is contained in:
@@ -210,7 +210,7 @@ extern "C" epicsTimerQueueId epicsStdCall
|
||||
epicsSingleton < timerQueueActiveMgr > :: reference ref =
|
||||
timerQueueMgrEPICS.getReference ();
|
||||
epicsTimerQueueActiveForC & tmr =
|
||||
ref->allocate ( ref, okToShare ? true : false, threadPriority );
|
||||
ref->allocate ( ref, okToShare != 0, threadPriority );
|
||||
return &tmr;
|
||||
}
|
||||
catch ( ... ) {
|
||||
|
||||
Reference in New Issue
Block a user