Skip to content

Commit

Permalink
Fix Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dakshit Babbar committed Feb 6, 2025
1 parent 08030c2 commit 0c4cdb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added source/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions source/core_mqtt_serializer.c
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ static uint8_t * encodeString( uint8_t * pDestination,
/* Copy the string into pBuffer. */
copyDest = pBuffer;
copySource = pSource;

if( copySource != NULL )
{
( void ) memcpy( copyDest, copySource, sourceLength );
Expand Down

0 comments on commit 0c4cdb8

Please sign in to comment.