Skip to content

Commit 5b11dfa

Browse files
committed
Fix formatting in test function definition
1 parent 55dcacf commit 5b11dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

1313
#[unsafe(no_mangle)]
14-
pub unsafe extern "C" fn entrypoint(len: usize, val: i32, ptr: *mut c_void) -> *mut c_void {
14+
pub unsafe extern "C" fn entrypoint(len: usize, val: i32, ptr: *mut c_void) -> *mut c_void {
1515
unsafe { memset(ptr, val, len) }
1616
}
1717

0 commit comments

Comments
 (0)