Code style cleanup.

This commit is contained in:
XMRig
2019-12-28 01:45:54 +07:00
parent 80885c81d7
commit cbcf033ebe
6 changed files with 27 additions and 26 deletions

View File

@@ -74,7 +74,7 @@ bool xmrig::Rx::init(const Job &job, const RxConfig &config, const CpuConfig &cp
if (!osInitialized) {
msrInit(config);
SetupMainLoopExceptionFrame();
setupMainLoopExceptionFrame();
osInitialized = true;
}
@@ -132,4 +132,8 @@ void xmrig::Rx::msrDestroy()
#endif
#ifndef XMRIG_FIX_RYZEN
void xmrig::Rx::setupMainLoopExceptionFrame()
{
}
#endif