Author: hbelusca
Date: Tue Dec 23 20:35:42 2014
New Revision: 65816
URL:
http://svn.reactos.org/svn/reactos?rev=65816&view=rev
Log:
[NTDLL]: Whitespace fixes. No code changes.
Modified:
trunk/reactos/dll/ntdll/csr/connect.c
Modified: trunk/reactos/dll/ntdll/csr/connect.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/ntdll/csr/connect.c?re…
==============================================================================
--- trunk/reactos/dll/ntdll/csr/connect.c [iso-8859-1] (original)
+++ trunk/reactos/dll/ntdll/csr/connect.c [iso-8859-1] Tue Dec 23 20:35:42 2014
@@ -325,7 +325,7 @@
return Status;
}
-#if 0
+#if 0
//
// Structures can be padded at the end, causing the size of the entire structure
// minus the size of the last field, not to be equal to the offset of the last
@@ -355,7 +355,7 @@
/*
* @implemented
*/
-NTSTATUS
+NTSTATUS
NTAPI
CsrClientCallServer(IN OUT PCSR_API_MESSAGE ApiMessage,
IN OUT PCSR_CAPTURE_BUFFER CaptureBuffer OPTIONAL,
@@ -371,7 +371,7 @@
ApiMessage->Header.u1.s1.TotalLength = DataLength +
sizeof(CSR_API_MESSAGE) - sizeof(ApiMessage->Data); //
FIELD_OFFSET(CSR_API_MESSAGE, Data) + DataLength;
ApiMessage->Header.u1.s1.DataLength = DataLength +
- FIELD_OFFSET(CSR_API_MESSAGE, Data) - sizeof(ApiMessage->Header);//
ApiMessage->Header.u1.s1.TotalLength - sizeof(PORT_MESSAGE);
+ FIELD_OFFSET(CSR_API_MESSAGE, Data) - sizeof(ApiMessage->Header); //
ApiMessage->Header.u1.s1.TotalLength - sizeof(PORT_MESSAGE);
/* Fill out the CSR Header */
ApiMessage->ApiNumber = ApiNumber;
@@ -381,7 +381,7 @@
ApiNumber,
ApiMessage->Header.u1.s1.DataLength,
ApiMessage->Header.u1.s1.TotalLength);
-
+
/* Check if we are already inside a CSR Server */
if (!InsideCsrProcess)
{