summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/plugin.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/backend/plugin.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/backend/plugin.hpp')
-rw-r--r--xmrstak/backend/plugin.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmrstak/backend/plugin.hpp b/xmrstak/backend/plugin.hpp
index b08ab89..89cdf97 100644
--- a/xmrstak/backend/plugin.hpp
+++ b/xmrstak/backend/plugin.hpp
@@ -95,16 +95,16 @@ struct plugin
starterBackend_t fn_starterBackend;
#ifdef WIN32
- HINSTANCE libBackend;
+ HINSTANCE libBackend;
#else
- void *libBackend;
+ void *libBackend;
#endif
/* \todo add unload to destructor and change usage of plugin that libs keeped open until the miner endss
#ifdef WIN32
- FreeLibrary(libBackend);
+ FreeLibrary(libBackend);
#else
- dlclose(libBackend);
+ dlclose(libBackend);
#endif
* */
};
OpenPOWER on IntegriCloud