From 77acbdd8de3bef3e144d4259a5781f30af3f38cf Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Mon, 15 Sep 2025 13:10:30 -0400 Subject: [PATCH] Indentation --- commonLibs/livoxProto1/device.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commonLibs/livoxProto1/device.cpp b/commonLibs/livoxProto1/device.cpp index bbcca0e..cb49666 100644 --- a/commonLibs/livoxProto1/device.cpp +++ b/commonLibs/livoxProto1/device.cpp @@ -235,10 +235,10 @@ public: context->device.heartbeatFd = fd; context->device.startHeartbeat(); context->originalCbFn(true); - return; - } + return; + } - // All connection attempts failed + // All connection attempts failed context->originalCbFn(false); } };