@@ -47,7 +47,7 @@ struct _LIBCXXABI_HIDDEN __cxa_exception {
4747 // In Wasm, a destructor returns its argument
4848 void *(_LIBCXXABI_DTOR_FUNC *exceptionDestructor)(void *);
4949#else
50- void (_LIBCXXABI_DTOR_FUNC* __ptrauth_cxxabi_exception_destructor exceptionDestructor)(void *);
50+ void (_LIBCXXABI_DTOR_FUNC * __ptrauth_cxxabi_exception_destructor exceptionDestructor)(void *);
5151#endif
5252 std::unexpected_handler __ptrauth_cxxabi_unexpected_handler unexpectedHandler;
5353 std::terminate_handler __ptrauth_cxxabi_terminate_handler terminateHandler;
@@ -61,10 +61,10 @@ struct _LIBCXXABI_HIDDEN __cxa_exception {
6161 int propagationCount;
6262#else
6363 int handlerSwitchValue;
64- const unsigned char * __ptrauth_cxxabi_action_record actionRecord;
65- const unsigned char * __ptrauth_cxxabi_lsd languageSpecificData;
66- void * __ptrauth_cxxabi_catch_temp catchTemp;
67- void * __ptrauth_cxxabi_adjusted_ptr adjustedPtr;
64+ const unsigned char * __ptrauth_cxxabi_action_record actionRecord;
65+ const unsigned char * __ptrauth_cxxabi_lsd languageSpecificData;
66+ void * __ptrauth_cxxabi_catch_temp catchTemp;
67+ void * __ptrauth_cxxabi_adjusted_ptr adjustedPtr;
6868#endif
6969
7070#if !defined(__LP64__) && !defined(_WIN64) && !defined(_LIBCXXABI_ARM_EHABI)
@@ -88,7 +88,7 @@ struct _LIBCXXABI_HIDDEN __cxa_dependent_exception {
8888#endif
8989
9090 std::type_info *exceptionType;
91- void (_LIBCXXABI_DTOR_FUNC* __ptrauth_cxxabi_exception_destructor exceptionDestructor)(void *);
91+ void (_LIBCXXABI_DTOR_FUNC * __ptrauth_cxxabi_exception_destructor exceptionDestructor)(void *);
9292 std::unexpected_handler __ptrauth_cxxabi_unexpected_handler unexpectedHandler;
9393 std::terminate_handler __ptrauth_cxxabi_terminate_handler terminateHandler;
9494
@@ -102,10 +102,10 @@ struct _LIBCXXABI_HIDDEN __cxa_dependent_exception {
102102#else
103103 int handlerSwitchValue;
104104
105- const unsigned char * __ptrauth_cxxabi_action_record actionRecord;
106- const unsigned char * __ptrauth_cxxabi_lsd languageSpecificData;
107- void * __ptrauth_cxxabi_catch_temp catchTemp;
108- void * __ptrauth_cxxabi_adjusted_ptr adjustedPtr;
105+ const unsigned char * __ptrauth_cxxabi_action_record actionRecord;
106+ const unsigned char * __ptrauth_cxxabi_lsd languageSpecificData;
107+ void * __ptrauth_cxxabi_catch_temp catchTemp;
108+ void * __ptrauth_cxxabi_adjusted_ptr adjustedPtr;
109109#endif
110110
111111#if !defined(__LP64__) && !defined(_WIN64) && !defined(_LIBCXXABI_ARM_EHABI)
0 commit comments