diff options
author | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-11-16 12:21:38 +0100 |
---|---|---|
committer | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-11-16 12:21:38 +0100 |
commit | d0b99bb4c69565b2a53f783f88314a1a1955e999 (patch) | |
tree | 6ef9b5be97ee0171af88c16886b5c34766e0521e /xmrstak/backend/backendConnector.cpp | |
parent | 1dc874c542a23c36dd65ea0f5b9cb65e3c3a572a (diff) | |
download | xmr-stak-d0b99bb4c69565b2a53f783f88314a1a1955e999.zip xmr-stak-d0b99bb4c69565b2a53f783f88314a1a1955e999.tar.gz |
remove space indention with tabs
- removed all space indention in `*.hpp` and `*.cpp` files
Diffstat (limited to 'xmrstak/backend/backendConnector.cpp')
-rw-r--r-- | xmrstak/backend/backendConnector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/backend/backendConnector.cpp b/xmrstak/backend/backendConnector.cpp index 28ba1ac..ef22741 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; |