Skip to content

Commit 6e056ee

Browse files
actions-usertony-josi-aws
authored andcommitted
Uncrustify: triggered by comment
1 parent ce53662 commit 6e056ee

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

source/FreeRTOS_DNS_Parser.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -571,11 +571,11 @@
571571

572572
#ifndef _lint
573573
#if ( ipconfigUSE_LLMNR == 1 )
574-
{
575-
vSetField16( pxAnswer, LLMNRAnswer_t, usType, xSet.usType ); /* Type A or AAAA: host */
576-
vSetField16( pxAnswer, LLMNRAnswer_t, usClass, dnsCLASS_IN ); /* 1: Class IN */
577-
vSetField32( pxAnswer, LLMNRAnswer_t, ulTTL, dnsLLMNR_TTL_VALUE );
578-
}
574+
{
575+
vSetField16( pxAnswer, LLMNRAnswer_t, usType, xSet.usType ); /* Type A or AAAA: host */
576+
vSetField16( pxAnswer, LLMNRAnswer_t, usClass, dnsCLASS_IN ); /* 1: Class IN */
577+
vSetField32( pxAnswer, LLMNRAnswer_t, ulTTL, dnsLLMNR_TTL_VALUE );
578+
}
579579
#endif /* ipconfigUSE_LLMNR */
580580
#endif /* lint */
581581

source/FreeRTOS_TCP_Utils_IPV6.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
uint32_t ulMSS = ipconfigTCP_MSS;
5959

6060
#if ( ipconfigHAS_DEBUG_PRINTF == 1 )
61-
char cIPv6Address [ 40 ];
61+
char cIPv6Address[ 40 ];
6262
#endif
6363

6464
const NetworkEndPoint_t * pxEndPoint = pxSocket->pxEndPoint;
@@ -92,8 +92,8 @@
9292

9393
#if ( ipconfigHAS_DEBUG_PRINTF == 1 )
9494
{
95-
( void ) FreeRTOS_inet_ntop( FREERTOS_AF_INET6, ( const void * ) pxSocket->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, cIPv6Address , sizeof( cIPv6Address ) );
96-
FreeRTOS_debug_printf( ( "prvSocketSetMSS: %u bytes for %s ip port %u\n", ( unsigned ) ulMSS, cIPv6Address , pxSocket->u.xTCP.usRemotePort ) );
95+
( void ) FreeRTOS_inet_ntop( FREERTOS_AF_INET6, ( const void * ) pxSocket->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, cIPv6Address, sizeof( cIPv6Address ) );
96+
FreeRTOS_debug_printf( ( "prvSocketSetMSS: %u bytes for %s ip port %u\n", ( unsigned ) ulMSS, cIPv6Address, pxSocket->u.xTCP.usRemotePort ) );
9797
}
9898
#endif
9999

0 commit comments

Comments
 (0)