[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces

This commit is contained in:
Victor Perevertkin 2021-06-11 15:29:21 +03:00
parent 4b4ffa92f5
commit 34593d933b
No known key found for this signature in database
GPG key ID: C750B7222E9C7830
952 changed files with 12942 additions and 12942 deletions

View file

@ -373,7 +373,7 @@ ENDFUNC
*/
ExpInterlockedFlushSList:
FUNC RtlInterlockedFlushSList
mov [rsp + P3Home], rbx
.SAVEREG rbx, P3Home
.ENDPROLOG

View file

@ -220,7 +220,7 @@ UnwindOpSlots(
2, // UWOP_SET_FPREG_LARGE
};
if ((UnwindCode.UnwindOp == UWOP_ALLOC_LARGE) &&
if ((UnwindCode.UnwindOp == UWOP_ALLOC_LARGE) &&
(UnwindCode.OpInfo != 0))
{
return 3;
@ -228,7 +228,7 @@ UnwindOpSlots(
else
{
return UnwindOpExtraSlotTable[UnwindCode.UnwindOp] + 1;
}
}
}
static
@ -471,7 +471,7 @@ GetEstablisherFrame(
if ((CodeOffset >= UnwindInfo->SizeOfProlog) ||
((UnwindInfo->Flags & UNW_FLAG_CHAININFO) != 0))
{
return GetReg(Context, UnwindInfo->FrameRegister) -
return GetReg(Context, UnwindInfo->FrameRegister) -
UnwindInfo->FrameOffset * 16;
}
@ -1104,7 +1104,7 @@ RtlSetUnwindContext(
_In_ DWORD64 TargetFrame)
{
KNONVOLATILE_CONTEXT_POINTERS ContextPointers;
/* Capture pointers to the non-volatiles up to the target frame */
RtlpCaptureNonVolatileContextPointers(&ContextPointers, TargetFrame);