From 725f8772b1d52e0a01bb0003697d1d7e1d4f1707 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Tue, 9 Sep 2025 12:02:31 -0400 Subject: [PATCH] Indentation --- smocore/include/deviceManager/deviceManager.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/smocore/include/deviceManager/deviceManager.h b/smocore/include/deviceManager/deviceManager.h index a49853e..80dc4ae 100644 --- a/smocore/include/deviceManager/deviceManager.h +++ b/smocore/include/deviceManager/deviceManager.h @@ -32,7 +32,11 @@ public: // New async function for device attachment void newDeviceAttachmentSpecInd( std::shared_ptr spec, - std::function device, std::shared_ptr deviceSpec)> callback); + std::function< + void( + bool success, std::shared_ptr device, + std::shared_ptr deviceSpec)> + callback); private: DeviceManager() = default;