Apply consistent coding style

This commit is contained in:
2026-04-09 11:42:41 +02:00
parent 1fa6e90439
commit 17f044cb3f
13 changed files with 108 additions and 108 deletions

View File

@@ -132,7 +132,7 @@ RTL::Memory::MoveMemory(OUT PVOID Destination,
else
{
/* Forward buffer copy */
RtlCopyMemory(Destination, Source, Length);
CopyMemory(Destination, Source, Length);
}
}