OpenNtfsDxe: Minor codestyle fixes (#351)

This commit is contained in:
PMheart 2022-12-04 17:16:21 +01:00 committed by GitHub
parent 1d204bade9
commit c8fba4e2de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,8 @@ UINT64 mUnitSize;
STATIC
UINT64
GetLcn (
IN RUNLIST *Runlist,
IN UINT64 Vcn
IN OUT RUNLIST *Runlist,
IN UINT64 Vcn
)
{
EFI_STATUS Status;