mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 07:25:18 +00:00
[2205] minor style fix: brace position
This commit is contained in:
@@ -144,7 +144,8 @@ private:
|
|||||||
void cleanup() {}
|
void cleanup() {}
|
||||||
|
|
||||||
void sendCommand(datasrc_clientmgr_internal::CommandID command,
|
void sendCommand(datasrc_clientmgr_internal::CommandID command,
|
||||||
data::ConstElementPtr arg) {
|
data::ConstElementPtr arg)
|
||||||
|
{
|
||||||
{
|
{
|
||||||
typename MutexType::Locker locker(queue_mutex_);
|
typename MutexType::Locker locker(queue_mutex_);
|
||||||
command_queue_.push_back(
|
command_queue_.push_back(
|
||||||
|
Reference in New Issue
Block a user