Skip to content

Commit 55dcacf

Browse files
committed
Fix formatting in test function signature
1 parent 76f8e9a commit 55dcacf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/assembly-llvm/regparm-module-flag.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ unsafe extern "C" {
1111
}
1212

1313
#[unsafe(no_mangle)]
14-
pub unsafe extern "C" fn entrypoint(
15-
len: usize, val: i32, ptr: *mut c_void
16-
) -> *mut c_void {
14+
pub unsafe extern "C" fn entrypoint(len: usize, val: i32, ptr: *mut c_void) -> *mut c_void {
1715
unsafe { memset(ptr, val, len) }
1816
}
1917

0 commit comments

Comments
 (0)