reformat
This commit is contained in:
parent
2ededbb71f
commit
847985c8b8
1 changed files with 3 additions and 1 deletions
|
|
@ -43,7 +43,9 @@ pub unsafe fn __breakpoint(val: i32) {
|
|||
// doc builds work. The proper macro will shadow this definition below.
|
||||
#[allow(unused_macros)]
|
||||
macro_rules! call {
|
||||
($e:expr) => {()}
|
||||
($e:expr) => {
|
||||
()
|
||||
};
|
||||
}
|
||||
|
||||
#[cfg(target_arch = "arm")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue