diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-11-16 15:25:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-16 15:25:08 +0000 |
commit | 036ffa887272b0c27197f78a6082b903ace1a344 (patch) | |
tree | 2b5dc47b60d3b1d001a0bf4830b7bf47d253190c /xmrstak/backend/backendConnector.cpp | |
parent | 1dc874c542a23c36dd65ea0f5b9cb65e3c3a572a (diff) | |
parent | cabd46f39fdadad7345f9603ccdcf1daf49e1a9c (diff) | |
download | xmr-stak-036ffa887272b0c27197f78a6082b903ace1a344.zip xmr-stak-036ffa887272b0c27197f78a6082b903ace1a344.tar.gz |
Merge pull request #126 from psychocrypt/topic-removeSpaceIndentionWithTabs
remove space indention with tabs
Diffstat (limited to 'xmrstak/backend/backendConnector.cpp')
-rw-r--r-- | xmrstak/backend/backendConnector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmrstak/backend/backendConnector.cpp b/xmrstak/backend/backendConnector.cpp index 28ba1ac..d735cb3 100644 --- a/xmrstak/backend/backendConnector.cpp +++ b/xmrstak/backend/backendConnector.cpp @@ -57,7 +57,7 @@ bool BackendConnector::self_test() std::vector<iBackend*>* BackendConnector::thread_starter(miner_work& pWork) { - globalStates::inst().iGlobalJobNo = 0; + globalStates::inst().iGlobalJobNo = 0; globalStates::inst().iConsumeCnt = 0; @@ -94,7 +94,7 @@ std::vector<iBackend*>* BackendConnector::thread_starter(miner_work& pWork) printer::inst()->print_msg(L0, "WARNING: backend CPU disabled."); } #endif - + globalStates::inst().iThreadCount = pvThreads->size(); return pvThreads; } |