Indentation
This commit is contained in:
@@ -235,10 +235,10 @@ public:
|
|||||||
context->device.heartbeatFd = fd;
|
context->device.heartbeatFd = fd;
|
||||||
context->device.startHeartbeat();
|
context->device.startHeartbeat();
|
||||||
context->originalCbFn(true);
|
context->originalCbFn(true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// All connection attempts failed
|
// All connection attempts failed
|
||||||
context->originalCbFn(false);
|
context->originalCbFn(false);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user