Skip to content

Commit 5e628c5

Browse files
committed
reformat
1 parent 00b9076 commit 5e628c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

coresimd/arm/armclang.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ pub unsafe fn __breakpoint(val: i32) {
4343
// doc builds work. The proper macro will shadow this definition below.
4444
#[allow(unused_macros)]
4545
macro_rules! call {
46-
($e:expr) => {()}
46+
($e:expr) => {
47+
()
48+
};
4749
}
4850

4951
#[cfg(target_arch = "arm")]

0 commit comments

Comments
 (0)