Skip to content

Commit de687cb

Browse files
committed
Uncrustify
1 parent 3e948ae commit de687cb

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

source/portable/NetworkInterface/Zynq/NetworkInterface.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ static BaseType_t xZynqNetworkInterfaceInitialise( NetworkInterface_t * pxInterf
286286
{
287287
/* set the solicited-node multicast address */
288288
for( NetworkEndPoint_t * pxEndPointIter = FreeRTOS_FirstEndPoint( pxInterface );
289-
pxEndPointIter != NULL;
290-
pxEndPointIter = FreeRTOS_NextEndPoint( pxInterface, pxEndPointIter ) )
289+
pxEndPointIter != NULL;
290+
pxEndPointIter = FreeRTOS_NextEndPoint( pxInterface, pxEndPointIter ) )
291291
{
292292
if( pxEndPointIter->bits.bIPv6 != pdFALSE_UNSIGNED )
293293
{
@@ -302,6 +302,7 @@ static BaseType_t xZynqNetworkInterfaceInitialise( NetworkInterface_t * pxInterf
302302
#endif /* if ( ipconfigUSE_IPv6 == 0 ) */
303303

304304
pxEndPoint = FreeRTOS_NextEndPoint( pxInterface, pxEndPoint );
305+
305306
if( pxEndPoint != NULL )
306307
{
307308
/* If there is a second end-point, store the MAC

source/portable/NetworkInterface/xilinx_ultrascale/NetworkInterface.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ static BaseType_t xUltrascaleNetworkInterfaceInitialise( NetworkInterface_t * px
351351
{
352352
/* set the solicited-node multicast address */
353353
for( NetworkEndPoint_t * pxEndPointIter = FreeRTOS_FirstEndPoint( pxInterface );
354-
pxEndPointIter != NULL;
355-
pxEndPointIter = FreeRTOS_NextEndPoint( pxInterface, pxEndPointIter ) )
354+
pxEndPointIter != NULL;
355+
pxEndPointIter = FreeRTOS_NextEndPoint( pxInterface, pxEndPointIter ) )
356356
{
357357
if( pxEndPointIter->bits.bIPv6 != pdFALSE_UNSIGNED )
358358
{

source/portable/NetworkInterface/xilinx_ultrascale/x_emacpsif.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
void vInitialiseOnIndex( BaseType_t xIndex );
160160

161161
#ifdef __cplusplus
162-
} /* extern "C" */
162+
} /* extern "C" */
163163
#endif
164164

165165
#endif /* __NETIF_XAXIEMACIF_H__ */

source/portable/NetworkInterface/xilinx_ultrascale/x_emacpsif_hw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535

3636
#ifdef __cplusplus
37-
} /* extern "C" */
37+
} /* extern "C" */
3838
#endif
3939

4040
#endif /* ifndef __XEMACPSIF_HW_H_ */

source/portable/NetworkInterface/xilinx_ultrascale/x_topology.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
};
4040

4141
#ifdef __cplusplus
42-
} /* extern "C" */
42+
} /* extern "C" */
4343
#endif
4444

4545
#endif /* __XTOPOLOGY_H_ */

0 commit comments

Comments
 (0)