mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[NTOSKRNL] Fix indentation. No code changes.
This commit is contained in:
parent
1a8d9f12d6
commit
7e56b21ad6
1 changed files with 5 additions and 5 deletions
|
@ -76,13 +76,13 @@ IoAllocateMdl(IN PVOID VirtualAddress,
|
|||
p = Irp->MdlAddress;
|
||||
while (p->Next) p = p->Next;
|
||||
p->Next = Mdl;
|
||||
}
|
||||
else
|
||||
{
|
||||
}
|
||||
else
|
||||
{
|
||||
/* Otherwise, insert it directly */
|
||||
Irp->MdlAddress = Mdl;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Return the allocated mdl */
|
||||
return Mdl;
|
||||
|
|
Loading…
Reference in a new issue