mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 16:48:06 +02:00
style fixes
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user