Skip to content

Commit 15640c4

Browse files
committed
Fix formatting
1 parent 1c52f67 commit 15640c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/include/FreeRTOSIPConfigDefaults.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2166,13 +2166,13 @@ STATIC_ASSERT( ipconfigSOCK_DEFAULT_SEND_BLOCK_TIME <= portMAX_DELAY );
21662166
/*
21672167
* pvPortMemCpyStreamBuffer
21682168
*
2169-
* Function to copy data into the stream buffer when sending
2169+
* Function to copy data into the stream buffer when sending
21702170
* and copy data from the stream buffer when receiving.
21712171
*/
21722172

2173-
#ifndef pvPortMemCpyStreamBuffer
2174-
#define pvPortMemCpyStreamBuffer( dst, src, count ) memcpy( dst, src, count )
2175-
#endif
2173+
#ifndef pvPortMemCpyStreamBuffer
2174+
#define pvPortMemCpyStreamBuffer( dst, src, count ) memcpy( dst, src, count )
2175+
#endif
21762176

21772177
/*---------------------------------------------------------------------------*/
21782178

0 commit comments

Comments
 (0)