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(
*request, mrntt::mrntt.thread,
std::bind(
&RemoveDeviceAttachmentSpecReq::removeDeviceAttachmentSpecReq1_posted,
&RemoveDeviceAttachmentSpecReq
::removeDeviceAttachmentSpecReq1_posted,
request.get(), request));
}
@@ -562,7 +563,8 @@ public:
DeviceManager::getInstance().newDeviceAttachmentSpecInd(
spec,
{context, std::bind(
&AttachAllUnattachedDevicesFromReq::attachAllUnattachedDevicesFromReq2,
&AttachAllUnattachedDevicesFromReq
::attachAllUnattachedDevicesFromReq2,
context.get(), context,
std::placeholders::_1, std::placeholders::_2,
std::placeholders::_3)});