Skip to content

Commit 00248c8

Browse files
committed
Fix formatting
1 parent b430f7f commit 00248c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/FreeRTOS_ND.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188
* @return An enum which says whether the address was found: eARPCacheHit or eARPCacheMiss.
189189
*/
190190
eARPLookupResult_t eNDGetCacheEntry( IPv6_Address_t * pxIPAddress,
191-
MACAddress_t * const pxMACAddress,
192-
struct xNetworkEndPoint ** ppxEndPoint )
191+
MACAddress_t * const pxMACAddress,
192+
struct xNetworkEndPoint ** ppxEndPoint )
193193
{
194194
eARPLookupResult_t eReturn;
195195
NetworkEndPoint_t * pxEndPoint;

0 commit comments

Comments
 (0)