From e6f37221fa9b43046055f5bbc8cfb2c088011b5c Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 22 Jul 2010 05:00:39 +0000 Subject: Fix up minor whitespace formatting errors. --- Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h | 2 +- Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Demos/Device/LowLevel/RNDISEthernet') diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h b/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h index 5168dc8ef..4b83b42cb 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h +++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h @@ -218,7 +218,7 @@ static bool ProcessNDISQuery(const uint32_t OId, void* QueryData, uint16_t QuerySize, - void* ResponseData, + void* ResponseData, uint16_t* ResponseSize); static bool ProcessNDISSet(const uint32_t OId, void* SetData, diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h b/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h index 984793e59..6656ac2d9 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h +++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h @@ -252,7 +252,7 @@ #if defined(INCLUDE_FROM_TCP_C) static uint16_t TCP_Checksum16(void* TCPHeaderOutStart, const IP_Address_t SourceAddress, - const IP_Address_t DestinationAddress, + const IP_Address_t DestinationAddress, uint16_t TCPOutSize); #endif -- cgit v1.2.3