strip whitespace from end of lines

svn path=/trunk/; revision=15165
This commit is contained in:
Steven Edwards 2005-05-09 01:41:02 +00:00
parent e4be245882
commit eace72f07c
18 changed files with 150 additions and 150 deletions

View file

@ -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);
}