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