Skip to content

Commit 5633de3

Browse files
committed
clang-format
1 parent fee4a48 commit 5633de3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devicedefender/source/DeviceDefender.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ namespace Aws
106106
(this->GetStatus() == ReportTaskStatus::Ready || this->GetStatus() == ReportTaskStatus::Stopped))
107107
{
108108
if (AWS_OP_SUCCESS != aws_iotdevice_defender_task_create(
109-
&m_owningTask, this->m_taskConfig,
109+
&m_owningTask,
110+
this->m_taskConfig,
110111
m_mqttConnection->GetUnderlyingConnection(),
111112
aws_event_loop_group_get_next_loop(m_eventLoopGroup.GetUnderlyingHandle())))
112113
{

0 commit comments

Comments
 (0)