From d0b99bb4c69565b2a53f783f88314a1a1955e999 Mon Sep 17 00:00:00 2001 From: psychocrypt Date: Thu, 16 Nov 2017 12:21:38 +0100 Subject: remove space indention with tabs - removed all space indention in `*.hpp` and `*.cpp` files --- xmrstak/backend/backendConnector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmrstak/backend/backendConnector.cpp') 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* BackendConnector::thread_starter(miner_work& pWork) { - globalStates::inst().iGlobalJobNo = 0; + globalStates::inst().iGlobalJobNo = 0; globalStates::inst().iConsumeCnt = 0; -- cgit v1.1