Skip to content

Commit 98d5e4b

Browse files
committed
fix formatting
1 parent 86d02ca commit 98d5e4b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

source/FreeRTOS_ARP.c

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@
8686

8787
#if ( ipconfigUSE_IPv4 != 0 )
8888

89-
static void vARPProcessPacketReply( const ARPPacket_t * pxARPFrame,
90-
NetworkEndPoint_t * pxTargetEndPoint,
91-
uint32_t ulSenderProtocolAddress );
92-
9389
static void vARPProcessPacketRequest( ARPPacket_t * pxARPFrame,
9490
NetworkEndPoint_t * pxTargetEndPoint,
9591
uint32_t ulSenderProtocolAddress );
9692

93+
static void vARPProcessPacketReply( const ARPPacket_t * pxARPFrame,
94+
NetworkEndPoint_t * pxTargetEndPoint,
95+
uint32_t ulSenderProtocolAddress );
96+
9797
/*
9898
* Lookup an MAC address in the ARP cache from the IP address.
9999
*/
@@ -346,8 +346,6 @@ static TickType_t xLastGratuitousARPTime = 0U;
346346
}
347347
/*-----------------------------------------------------------*/
348348

349-
350-
351349
/**
352350
* @brief Process an ARP request packets.
353351
*
@@ -966,7 +964,6 @@ static BaseType_t prvFindCacheEntry( const MACAddress_t * pxMACAddress,
966964
}
967965
/*-----------------------------------------------------------*/
968966

969-
970967
/**
971968
* @brief The IPv4 address is apparently a web-address. Find a gateway..
972969
* @param[in] pulIPAddress The target IP-address. It may be replaced with the IP

0 commit comments

Comments
 (0)