Add newline for consistency
This commit is contained in:
parent
2a80e5b219
commit
06767e17ea
@ -17,6 +17,7 @@ struct T {
|
|||||||
a: bool,
|
a: bool,
|
||||||
b: u8,
|
b: u8,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[unsafe(no_mangle)]
|
#[unsafe(no_mangle)]
|
||||||
extern "C" fn hello_struct(t: T) -> () {
|
extern "C" fn hello_struct(t: T) -> () {
|
||||||
say_hello(&format!("{:?}", t))
|
say_hello(&format!("{:?}", t))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user