summaryrefslogtreecommitdiffhomepage
path: root/lib/cxx-abi.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cxx-abi.h')
-rw-r--r--lib/cxx-abi.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/lib/cxx-abi.h b/lib/cxx-abi.h
index 850777f..61225fc 100644
--- a/lib/cxx-abi.h
+++ b/lib/cxx-abi.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
@@ -8,16 +8,14 @@
#define DSO_MAX_OBJECTS (128)
-struct atexit_func_entry_t
-{
- void (*destructor_func)(void*);
- void* obj_ptr;
- void* dso_handle;
+struct atexit_func_entry_t {
+ void (*destructor_func)(void*);
+ void* obj_ptr;
+ void* dso_handle;
};
typedef unsigned uarch_t;
-namespace cxxabiv1
-{
- typedef void* __guard;
+namespace cxxabiv1 {
+typedef void* __guard;
}