DevMgr: formatting

This commit is contained in:
2025-10-01 10:21:32 -04:00
parent 1e22656299
commit 942f9d8515
+4 -2
View File
@@ -324,7 +324,8 @@ void DeviceManager::removeDeviceAttachmentSpecReq(
RemoveDeviceAttachmentSpecReq::LockerAndInvoker lockvoker( RemoveDeviceAttachmentSpecReq::LockerAndInvoker lockvoker(
*request, mrntt::mrntt.thread, *request, mrntt::mrntt.thread,
std::bind( std::bind(
&RemoveDeviceAttachmentSpecReq::removeDeviceAttachmentSpecReq1_posted, &RemoveDeviceAttachmentSpecReq
::removeDeviceAttachmentSpecReq1_posted,
request.get(), request)); request.get(), request));
} }
@@ -562,7 +563,8 @@ public:
DeviceManager::getInstance().newDeviceAttachmentSpecInd( DeviceManager::getInstance().newDeviceAttachmentSpecInd(
spec, spec,
{context, std::bind( {context, std::bind(
&AttachAllUnattachedDevicesFromReq::attachAllUnattachedDevicesFromReq2, &AttachAllUnattachedDevicesFromReq
::attachAllUnattachedDevicesFromReq2,
context.get(), context, context.get(), context,
std::placeholders::_1, std::placeholders::_2, std::placeholders::_1, std::placeholders::_2,
std::placeholders::_3)}); std::placeholders::_3)});