[NTOSKRNL:CC] Fixing Code Formating

This commit is contained in:
Dibyamartanda Samanta 2024-05-10 16:22:04 +02:00
parent cb5a92dcd4
commit 48bd13b825

View File

@ -273,7 +273,7 @@ CcPrepareMdlWrite(IN PFILE_OBJECT FileObject,
PSHARED_CACHE_MAP SharedCacheMap = FileObject->SectionObjectPointer->SharedCacheMap; PSHARED_CACHE_MAP SharedCacheMap = FileObject->SectionObjectPointer->SharedCacheMap;
PLARGE_INTEGER FOffset = nullptr; PLARGE_INTEGER FOffset = nullptr;
PLARGE_INTEGER ReadAheadLenghth = nullptr; PLARGE_INTEGER ReadAheadLenghth = nullptr;
LARGE_INTEGER Final_Length = nullptr; LARGE_INTEGER Final_Length = NULL;
LARGE_INTEGER ReadAhead_Length = NULL; LARGE_INTEGER ReadAhead_Length = NULL;
LARGE_INTEGER Information = NULL; LARGE_INTEGER Information = NULL;
ULONG ReceivedLength = NULL; ULONG ReceivedLength = NULL;