From 0c20db8d108c4123fcc3ecb343759e68567a4d4e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Nov 2018 00:51:57 +0300 Subject: Remove extra ; from different code. --- src/configuration.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/configuration.cpp') diff --git a/src/configuration.cpp b/src/configuration.cpp index 85c69e28b..79bb5041e 100644 --- a/src/configuration.cpp +++ b/src/configuration.cpp @@ -443,7 +443,7 @@ int Configuration::getIntValue(const std::string &key) const reportAlways( "%s: No integer value in registry for key %s", mConfigPath.c_str(), - key.c_str()); + key.c_str()) } } else @@ -462,7 +462,7 @@ int Configuration::resetIntValue(const std::string &key) { reportAlways("%s: No integer value in registry for key %s", mConfigPath.c_str(), - key.c_str()); + key.c_str()) } else { @@ -477,7 +477,7 @@ int Configuration::resetIntValue(const std::string &key) { reportAlways("%s: No integer value in registry for key %s", mConfigPath.c_str(), - key.c_str()); + key.c_str()) } } setValue(key, defaultValue); @@ -527,7 +527,7 @@ std::string Configuration::getStringValue(const std::string &key) const { reportAlways("%s: No string value in registry for key %s", mConfigPath.c_str(), - key.c_str()); + key.c_str()) } } else @@ -583,7 +583,7 @@ float Configuration::getFloatValue(const std::string &key) const { reportAlways("%s: No float value in registry for key %s", mConfigPath.c_str(), - key.c_str()); + key.c_str()) } } else @@ -651,7 +651,7 @@ bool Configuration::getBoolValue(const std::string &key) const reportAlways( "%s: No boolean value in registry for key %s", mConfigPath.c_str(), - key.c_str()); + key.c_str()) } } else @@ -672,7 +672,7 @@ bool Configuration::resetBoolValue(const std::string &key) { reportAlways("%s: No boolean value in registry for key %s", mConfigPath.c_str(), - key.c_str()); + key.c_str()) } else { @@ -686,7 +686,7 @@ bool Configuration::resetBoolValue(const std::string &key) { reportAlways("%s: No boolean value in registry for key %s", mConfigPath.c_str(), - key.c_str()); + key.c_str()) } } @@ -870,7 +870,7 @@ void Configuration::write() if (testFile == nullptr) { reportAlways("Configuration::write() couldn't open %s for writing", - mConfigPath.c_str()); + mConfigPath.c_str()) BLOCK_END("Configuration::write") return; } -- cgit v1.2.3-60-g2f50