Skip to content

Commit 8936a07

Browse files
committed
formating changes to fix CI Checks / formatting in PR
1 parent b8bb2df commit 8936a07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main/demo_tasks/quickconnect_v2_demo/quickconnect_v2_demo.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ static const char * TAG = "quickconnect_v2_demo";
113113
extern MQTTAgentContext_t xGlobalMqttAgentContext;
114114

115115
/**
116-
* @brief The buffer to hold the topic filter.
117-
* Topic filter value will be the Thing-Name.
116+
* @brief The buffer to hold the topic filter.
117+
* Topic filter value will be the Thing-Name.
118118
*
119119
*/
120120
static char topicBuf[ quickconnectconfigSTRING_BUFFER_LENGTH ];
@@ -361,7 +361,7 @@ static void prvQuickConnectV2Task( void * pvParameters )
361361
{
362362
/* Read temperature from sensor */
363363
temperatureValue = app_driver_temp_sensor_read_celsius();
364-
364+
365365
/* Create Payload in an Array format */
366366
snprintf( pcPayload,
367367
quickconnectconfigSTRING_BUFFER_LENGTH,

0 commit comments

Comments
 (0)