Skip to content

Commit

Permalink
minor stub formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
sonodima committed Oct 7, 2024
1 parent 32f7c25 commit 3696a20
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,11 @@ typedef struct _EXCEPTION
#endif
} EXCEPTION, *PEXCEPTION;

uint32_t __microseh_HandlerStub(_In_ PPROC_EXECUTOR ProcExecutor, _In_ PVOID Proc, _Inout_ PEXCEPTION Exception)
{
uint32_t __microseh_HandlerStub(
_In_ PPROC_EXECUTOR ProcExecutor,
_In_ PVOID Proc,
_Inout_ PEXCEPTION Exception
) {
uint32_t Result = MS_SUCCEEDED;
LPEXCEPTION_POINTERS Pointers = NULL;
DWORD Code = 0;
Expand Down

0 comments on commit 3696a20

Please sign in to comment.