mirror of
https://github.com/reactos/reactos.git
synced 2025-07-05 14:01:22 +00:00
strip whitespace from end of lines
svn path=/trunk/; revision=15165
This commit is contained in:
parent
e4be245882
commit
eace72f07c
18 changed files with 150 additions and 150 deletions
|
@ -32,8 +32,8 @@ RtlpCaptureContext(PCONTEXT Context);
|
|||
NTSTATUS
|
||||
STDCALL
|
||||
RtlDispatchException(
|
||||
PEXCEPTION_RECORD pExcptRec,
|
||||
CONTEXT * pContext
|
||||
PEXCEPTION_RECORD pExcptRec,
|
||||
CONTEXT * pContext
|
||||
)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
|
@ -69,7 +69,7 @@ RtlRaiseException(PEXCEPTION_RECORD ExceptionRecord)
|
|||
|
||||
Status = ZwRaiseException(ExceptionRecord, &Context, TRUE);
|
||||
RtlRaiseException(ExceptionRecord);
|
||||
RtlRaiseStatus(Status);
|
||||
RtlRaiseStatus(Status);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue