Commit f42e9afc authored by Steven Fackler's avatar Steven Fackler
Browse files

Fix indentation

parent be9948ba
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -13,8 +13,7 @@ pub type CRYPTO_EX_DATA = c_void;

pub type CRYPTO_EX_new = extern "C" fn(parent: *c_void, ptr: *c_void,
                                       ad: *CRYPTO_EX_DATA, idx: c_int,
                                              argl: c_long, argp: *c_void)
                                              -> c_int;
                                       argl: c_long, argp: *c_void) -> c_int;
pub type CRYPTO_EX_dup = extern "C" fn(to: *CRYPTO_EX_DATA,
                                       from: *CRYPTO_EX_DATA, from_d: *c_void,
                                       idx: c_int, argl: c_long, argp: *c_void)