mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[KERNEL32][KERNEL32_APITEST] Remove trailing whitespaces
Addendum to commit 5e998de248.
This commit is contained in:
@@ -101,7 +101,7 @@ WriteFile(IN HANDLE hFile,
|
||||
* completed).
|
||||
*/
|
||||
*lpNumberOfBytesWritten = Iosb.Information;
|
||||
|
||||
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
BaseSetLastNTError(Status);
|
||||
|
||||
@@ -36,7 +36,7 @@ DWORD WINAPI PipeReader(_In_ PVOID Param)
|
||||
|
||||
DWORD cbRead = 0;
|
||||
BOOL Success = ReadFile(hPipe, outMsg, g_dwReadBufferSize, &cbRead, NULL);
|
||||
|
||||
|
||||
if (g_dwReadBufferSize == MINBUFFERSIZE)
|
||||
ok(!Success, "ReadFile() succeeded unexpectedly\n");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user