aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/LowLevel/RNDISEthernet/Lib
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-07-22 05:00:39 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-07-22 05:00:39 +0000
commit24c2e3398d2aa0d55b8256dbceb9b1bc1e1752a2 (patch)
treebacc248d1510c339f6a8817951328111286e0d04 /Demos/Device/LowLevel/RNDISEthernet/Lib
parent9f7efbb4a7e6218d0a9164e04fe47f751afc9238 (diff)
Fix up minor whitespace formatting errors.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1401 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/LowLevel/RNDISEthernet/Lib')
-rw-r--r--Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h2
-rw-r--r--Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h b/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h
index 5168dc8e..4b83b42c 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 984793e5..6656ac2d 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