[NTOSKRNL:CC] Fixing Code Formating
This commit is contained in:
parent
cb5a92dcd4
commit
48bd13b825
@ -273,14 +273,14 @@ CcPrepareMdlWrite(IN PFILE_OBJECT FileObject,
|
||||
PSHARED_CACHE_MAP SharedCacheMap = FileObject->SectionObjectPointer->SharedCacheMap;
|
||||
PLARGE_INTEGER FOffset = nullptr;
|
||||
PLARGE_INTEGER ReadAheadLenghth = nullptr;
|
||||
LARGE_INTEGER Final_Length = nullptr;
|
||||
LARGE_INTEGER ReadAhead_Length = NULL;
|
||||
LARGE_INTEGER Final_Length = NULL;
|
||||
LARGE_INTEGER ReadAhead_Length = NULL;
|
||||
LARGE_INTEGER Information = NULL;
|
||||
ULONG ReceivedLength = NULL;
|
||||
ULONG SavedState = NULL;
|
||||
ULONG ZeroOpsFlags = NULL;
|
||||
ULONG ZeroOpsFlags = NULL;
|
||||
PVACB Vacb = nullptr;
|
||||
BOOL MapFlag = false;
|
||||
BOOL MapFlag = false;
|
||||
if ((FileObject->Flags & 0x10) == 0)
|
||||
{
|
||||
if (IoIsFileOriginRemote(FileObject) && !CcCanIWriteStream(FileObject, Length, 0, 0))
|
||||
|
Loading…
Reference in New Issue
Block a user