summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc/configEditor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'xmrstak/misc/configEditor.hpp')
-rw-r--r--xmrstak/misc/configEditor.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmrstak/misc/configEditor.hpp b/xmrstak/misc/configEditor.hpp
index 4ab2030..a840bc4 100644
--- a/xmrstak/misc/configEditor.hpp
+++ b/xmrstak/misc/configEditor.hpp
@@ -16,7 +16,7 @@ struct configEditor
configEditor()
{
-
+
}
static bool file_exist( const std::string filename)
@@ -51,7 +51,7 @@ struct configEditor
{
m_fileContent = std::regex_replace(m_fileContent, std::regex(search), substring);
}
-
+
};
} // namepsace xmrstak
OpenPOWER on IntegriCloud