Fix indentation
This commit is contained in:
parent
be9948ba07
commit
f42e9afc2c
3
ffi.rs
3
ffi.rs
|
|
@ -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,
|
pub type CRYPTO_EX_new = extern "C" fn(parent: *c_void, ptr: *c_void,
|
||||||
ad: *CRYPTO_EX_DATA, idx: c_int,
|
ad: *CRYPTO_EX_DATA, idx: c_int,
|
||||||
argl: c_long, argp: *c_void)
|
argl: c_long, argp: *c_void) -> c_int;
|
||||||
-> c_int;
|
|
||||||
pub type CRYPTO_EX_dup = extern "C" fn(to: *CRYPTO_EX_DATA,
|
pub type CRYPTO_EX_dup = extern "C" fn(to: *CRYPTO_EX_DATA,
|
||||||
from: *CRYPTO_EX_DATA, from_d: *c_void,
|
from: *CRYPTO_EX_DATA, from_d: *c_void,
|
||||||
idx: c_int, argl: c_long, argp: *c_void)
|
idx: c_int, argl: c_long, argp: *c_void)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue