Indentation
This commit is contained in:
@@ -32,7 +32,11 @@ public:
|
||||
// New async function for device attachment
|
||||
void newDeviceAttachmentSpecInd(
|
||||
std::shared_ptr<DeviceAttachmentSpec> spec,
|
||||
std::function<void(bool success, std::shared_ptr<Device> device, std::shared_ptr<DeviceAttachmentSpec> deviceSpec)> callback);
|
||||
std::function<
|
||||
void(
|
||||
bool success, std::shared_ptr<Device> device,
|
||||
std::shared_ptr<DeviceAttachmentSpec> deviceSpec)>
|
||||
callback);
|
||||
|
||||
private:
|
||||
DeviceManager() = default;
|
||||
|
||||
Reference in New Issue
Block a user