Skip to content

Commit a787d03

Browse files
committed
Anohter formatting fix
1 parent 8e9ccf2 commit a787d03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/macros.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ cfg_if! {
158158
$($body:stmt);*
159159
})*) => ($(
160160
#[inline]
161-
pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret {
161+
pub $($constness)* unsafe extern fn $i($($arg: $argty),*
162+
) -> $ret {
162163
$($body);*
163164
}
164165
)*)

0 commit comments

Comments
 (0)