summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc/executor.hpp
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-11-16 15:25:08 +0000
committerGitHub <noreply@github.com>2017-11-16 15:25:08 +0000
commit036ffa887272b0c27197f78a6082b903ace1a344 (patch)
tree2b5dc47b60d3b1d001a0bf4830b7bf47d253190c /xmrstak/misc/executor.hpp
parent1dc874c542a23c36dd65ea0f5b9cb65e3c3a572a (diff)
parentcabd46f39fdadad7345f9603ccdcf1daf49e1a9c (diff)
downloadxmr-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/misc/executor.hpp')
-rw-r--r--xmrstak/misc/executor.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmrstak/misc/executor.hpp b/xmrstak/misc/executor.hpp
index c90e864..c2caa39 100644
--- a/xmrstak/misc/executor.hpp
+++ b/xmrstak/misc/executor.hpp
@@ -53,7 +53,7 @@ private:
};
inline void set_timestamp() { dev_timestamp = get_timestamp(); };
-
+
// In miliseconds, has to divide a second (1000ms) into an integer number
constexpr static size_t iTickTime = 500;
@@ -97,7 +97,7 @@ private:
constexpr static size_t motd_max_length = 512;
bool motd_filter_console(std::string& motd);
bool motd_filter_web(std::string& motd);
-
+
void hashrate_report(std::string& out);
void result_report(std::string& out);
void connection_report(std::string& out);
OpenPOWER on IntegriCloud