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