Skip to content

Commit db89654

Browse files
committed
Fix formatting check
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
1 parent cb5ce4f commit db89654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ static BaseType_t prvInitializeNetworkContext( void )
131131
esp_err_t xEspErrRet;
132132

133133
/* This is used as a temporary buffer for anything */
134-
char *variableBuffer = NULL;
134+
char * variableBuffer = NULL;
135135

136136
/* Verify that the MQTT endpoint and thing name have been configured by the
137137
* user. */
@@ -214,7 +214,7 @@ static BaseType_t prvInitializeNetworkContext( void )
214214
#else /* if CONFIG_ESP_SECURE_CERT_DS_PERIPHERAL */
215215
xEspErrRet = esp_secure_cert_get_priv_key( &variableBuffer,
216216
&xNetworkContext.pcClientKeySize );
217-
217+
218218
xNetworkContext.pcClientKey = variableBuffer;
219219

220220
if( xEspErrRet == ESP_OK )

0 commit comments

Comments
 (0)