mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
- Fix formatting
svn path=/trunk/; revision=39477
This commit is contained in:
parent
5b794bd721
commit
c15c8ae183
7 changed files with 2214 additions and 2215 deletions
|
@ -92,7 +92,6 @@ NpfsQueryPipeInformation(PDEVICE_OBJECT DeviceObject,
|
|||
/* Clear Info */
|
||||
RtlZeroMemory(Info, sizeof(FILE_PIPE_INFORMATION));
|
||||
|
||||
|
||||
if (Ccb->PipeEnd == FILE_PIPE_CLIENT_END) ConnectionSideReadMode=Ccb->Fcb->ClientReadMode;
|
||||
else ConnectionSideReadMode = Ccb->Fcb->ServerReadMode;
|
||||
|
||||
|
|
Loading…
Reference in a new issue