Skip to content
Snippets Groups Projects
Unverified Commit eceaa065 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix fmt gitlab CI

parent e6f47cbc
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ use crate::platform::types::*; ...@@ -5,8 +5,8 @@ use crate::platform::types::*;
#[derive(Clone, Copy)] #[derive(Clone, Copy)]
struct CxaAtExitFunc { struct CxaAtExitFunc {
//func: extern "C" fn(*mut c_void), //func: extern "C" fn(*mut c_void),
//arg: *mut c_void, //arg: *mut c_void,
//dso: *mut c_void, //dso: *mut c_void,
} }
static mut CXA_ATEXIT_FUNCS: [Option<CxaAtExitFunc>; 32] = [None; 32]; static mut CXA_ATEXIT_FUNCS: [Option<CxaAtExitFunc>; 32] = [None; 32];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment