mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 16:06:09 +00:00
Problem: formatting errors introduced by #3601
Solution: fix them with make clang-format-diff
This commit is contained in:
parent
9dcbdd1b09
commit
4d5e97adac
@ -124,7 +124,9 @@ typedef struct _MY_EXCEPTION_REGISTRATION_RECORD
|
|||||||
} MY_EXCEPTION_REGISTRATION_RECORD;
|
} MY_EXCEPTION_REGISTRATION_RECORD;
|
||||||
|
|
||||||
static EXCEPTION_DISPOSITION NTAPI continue_execution (EXCEPTION_RECORD *rec,
|
static EXCEPTION_DISPOSITION NTAPI continue_execution (EXCEPTION_RECORD *rec,
|
||||||
void *frame, CONTEXT *ctx, void *disp)
|
void *frame,
|
||||||
|
CONTEXT *ctx,
|
||||||
|
void *disp)
|
||||||
{
|
{
|
||||||
return ExceptionContinueExecution;
|
return ExceptionContinueExecution;
|
||||||
}
|
}
|
||||||
@ -153,7 +155,9 @@ void zmq::thread_t::
|
|||||||
RaiseException (MS_VC_EXCEPTION, 0,
|
RaiseException (MS_VC_EXCEPTION, 0,
|
||||||
sizeof (thread_info) / sizeof (ULONG_PTR),
|
sizeof (thread_info) / sizeof (ULONG_PTR),
|
||||||
(ULONG_PTR *) &thread_info);
|
(ULONG_PTR *) &thread_info);
|
||||||
tib->ExceptionList = (_EXCEPTION_REGISTRATION_RECORD *)(((MY_EXCEPTION_REGISTRATION_RECORD *)tib->ExceptionList)->Next);
|
tib->ExceptionList =
|
||||||
|
(_EXCEPTION_REGISTRATION_RECORD
|
||||||
|
*) (((MY_EXCEPTION_REGISTRATION_RECORD *) tib->ExceptionList)->Next);
|
||||||
}
|
}
|
||||||
|
|
||||||
#elif defined ZMQ_HAVE_VXWORKS
|
#elif defined ZMQ_HAVE_VXWORKS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user