mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:22:58 +00:00
[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
This commit is contained in:
parent
4b4ffa92f5
commit
34593d933b
952 changed files with 12942 additions and 12942 deletions
|
@ -373,7 +373,7 @@ ENDFUNC
|
|||
*/
|
||||
ExpInterlockedFlushSList:
|
||||
FUNC RtlInterlockedFlushSList
|
||||
|
||||
|
||||
mov [rsp + P3Home], rbx
|
||||
.SAVEREG rbx, P3Home
|
||||
.ENDPROLOG
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue