Skip to content

Commit 58706a8

Browse files
committed
[test] Change to unformatted code
1 parent f3c6608 commit 58706a8

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_llvm/src

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_llvm/src/abi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub trait ArgAttributesExt {
2929
fn apply_attrs_to_llfn(&self, idx: AttributePlace, cx: &CodegenCx<'_, '_>, llfn: &Value);
3030
fn apply_attrs_to_callsite(
3131
&self,
32-
idx: AttributePlace,
32+
idx: AttributePlace,
3333
cx: &CodegenCx<'_, '_>,
3434
callsite: &Value,
3535
);

0 commit comments

Comments
 (0)