quieting clang-tidy, non-functional changes

Changes to syntax which should not effect generated code
This commit is contained in:
Michael Davidsaver
2023-06-13 13:23:36 -07:00
parent d97943b697
commit 1595ed8860
18 changed files with 17 additions and 46 deletions

View File

@@ -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 ( ... ) {