From e55b60446d6aadfa75b58711a1845156d01e9b59 Mon Sep 17 00:00:00 2001 From: lostystyg Date: Wed, 20 Jul 2022 17:48:32 +0300 Subject: [PATCH] EOL for staker.cpp --- src/staker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/staker.cpp b/src/staker.cpp index ea00e7b55..7b0f0b126 100644 --- a/src/staker.cpp +++ b/src/staker.cpp @@ -320,4 +320,4 @@ void Staker::stop() // not exited from it's loop that can result in very big cpu consumption. Probably exit // loop by checking "if (m_interrupt)" instead of checking for ShutdownRequested? m_interrupt(); -} \ No newline at end of file +}