style fixes

This commit is contained in:
Kontinuation
2014-05-23 02:38:57 +08:00
parent 3880f76d82
commit 1b5f9cb079
2 changed files with 2 additions and 6 deletions

View File

@@ -250,9 +250,7 @@ void JSONConfiguration::setValue(const std::string& key, const Poco::DynamicAny&
KeyValue kv(key, sValue); KeyValue kv(key, sValue);
if (eventsEnabled()) if (eventsEnabled())
{ {
propertyChanging(this, kv); propertyChanging(this, kv);
} }
@@ -299,9 +297,7 @@ void JSONConfiguration::setValue(const std::string& key, const Poco::DynamicAny&
} }
if (eventsEnabled()) if (eventsEnabled())
{ {
propertyChanged(this, kv); propertyChanged(this, kv);
} }
} }