mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Add semicolons after CV_INSTRUMENT macros
This commit is contained in:
@@ -312,7 +312,7 @@ namespace
|
||||
cv::instr::InstrTLSStruct *pInstrTLS = &cv::instr::getInstrumentTLSStruct();
|
||||
pInstrTLS->pCurrentNode = ctx.pThreadRoot; // Initialize TLS node for thread
|
||||
}
|
||||
CV_INSTRUMENT_REGION()
|
||||
CV_INSTRUMENT_REGION();
|
||||
#endif
|
||||
|
||||
// propagate main thread state
|
||||
@@ -466,7 +466,7 @@ void cv::parallel_for_(const cv::Range& range, const cv::ParallelLoopBody& body,
|
||||
CV_TRACE_ARG_VALUE(nstripes, "nstripes", (int64)nstripes);
|
||||
#endif
|
||||
|
||||
CV_INSTRUMENT_REGION_MT_FORK()
|
||||
CV_INSTRUMENT_REGION_MT_FORK();
|
||||
if (range.empty())
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user