From d0b99bb4c69565b2a53f783f88314a1a1955e999 Mon Sep 17 00:00:00 2001 From: psychocrypt Date: Thu, 16 Nov 2017 12:21:38 +0100 Subject: remove space indention with tabs - removed all space indention in `*.hpp` and `*.cpp` files --- xmrstak/misc/configEditor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmrstak/misc/configEditor.hpp') 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(fstream)), - std::istreambuf_iterator() + std::istreambuf_iterator() ); return fstream.good(); } -- cgit v1.1