Code formatting
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-12-23 22:27:08 +01:00
parent db1b47e50e
commit 8f3a4aef60
9 changed files with 23 additions and 23 deletions

View File

@@ -69,9 +69,9 @@ RtlStringLength(IN CONST PUCHAR String,
*/
XTCDECL
INT
RtlStringToWideString(PWCHAR Destination,
CONST PUCHAR *Source,
SIZE_T Length)
RtlStringToWideString(OUT PWCHAR Destination,
IN CONST PUCHAR *Source,
IN SIZE_T Length)
{
PUCHAR LocalSource = *Source;
SIZE_T Count = Length;