[NTOSKRNL:CC] Fixing Code Formating
This commit is contained in:
parent
cb5a92dcd4
commit
48bd13b825
@ -273,7 +273,7 @@ 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 Final_Length = NULL;
|
||||
LARGE_INTEGER ReadAhead_Length = NULL;
|
||||
LARGE_INTEGER Information = NULL;
|
||||
ULONG ReceivedLength = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user