Skip to content

Commit

Permalink
[test] Change to unformatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK committed Apr 14, 2024
1 parent f3c6608 commit 58706a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_llvm/src/abi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub trait ArgAttributesExt {
fn apply_attrs_to_llfn(&self, idx: AttributePlace, cx: &CodegenCx<'_, '_>, llfn: &Value);
fn apply_attrs_to_callsite(
&self,
idx: AttributePlace,
idx: AttributePlace,
cx: &CodegenCx<'_, '_>,
callsite: &Value,
);
Expand Down

0 comments on commit 58706a8

Please sign in to comment.