summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/amd/minethd.cpp
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-11-16 12:21:38 +0100
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-11-16 12:21:38 +0100
commitd0b99bb4c69565b2a53f783f88314a1a1955e999 (patch)
tree6ef9b5be97ee0171af88c16886b5c34766e0521e /xmrstak/backend/amd/minethd.cpp
parent1dc874c542a23c36dd65ea0f5b9cb65e3c3a572a (diff)
downloadxmr-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/amd/minethd.cpp')
-rw-r--r--xmrstak/backend/amd/minethd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmrstak/backend/amd/minethd.cpp b/xmrstak/backend/amd/minethd.cpp
index de0b6e8..07c60eb 100644
--- a/xmrstak/backend/amd/minethd.cpp
+++ b/xmrstak/backend/amd/minethd.cpp
@@ -196,8 +196,8 @@ void minethd::work_main()
if (oWork.bStall)
{
/* We are stalled here because the executor didn't find a job for us yet,
- either because of network latency, or a socket problem. Since we are
- raison d'etre of this software it us sensible to just wait until we have something*/
+ either because of network latency, or a socket problem. Since we are
+ raison d'etre of this software it us sensible to just wait until we have something*/
while (globalStates::inst().iGlobalJobNo.load(std::memory_order_relaxed) == iJobNo)
std::this_thread::sleep_for(std::chrono::milliseconds(100));
OpenPOWER on IntegriCloud