Skip to content

Commit 558c2a5

Browse files
Formatting fixes
1 parent a451b4a commit 558c2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/MQTTFileDownloader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ MQTTFileDownloaderStatus_t mqttDownloader_init( MqttFileDownloaderContext_t * co
185185
context->topicGetStreamLength = 0U;
186186
context->dataType = ( uint8_t ) dataType;
187187

188-
if( context->dataType == ( uint8_t ) DATA_TYPE_JSON )
188+
if( context->dataType == ( uint8_t ) DATA_TYPE_JSON )
189189
{
190190
streamDataApiSuffix = MQTT_API_DATA_JSON;
191191
}

0 commit comments

Comments
 (0)