summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc
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/misc
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/misc')
-rw-r--r--xmrstak/misc/configEditor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/misc/configEditor.hpp b/xmrstak/misc/configEditor.hpp
index 3960384..4ab2030 100644
--- a/xmrstak/misc/configEditor.hpp
+++ b/xmrstak/misc/configEditor.hpp
@@ -35,7 +35,7 @@ struct configEditor
std::ifstream fstream(filename);
m_fileContent = std::string(
(std::istreambuf_iterator<char>(fstream)),
- std::istreambuf_iterator<char>()
+ std::istreambuf_iterator<char>()
);
return fstream.good();
}
OpenPOWER on IntegriCloud