Skip to content

Commit ba37c91

Browse files
Fix style nit
1 parent 901984e commit ba37c91

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/librustc_trans/abi.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,7 @@ impl ArgType {
294294
}
295295
}
296296

297-
pub fn store_fn_arg(
298-
&self, bcx: &Builder, idx: &mut usize, dst: ValueRef
299-
) {
297+
pub fn store_fn_arg(&self, bcx: &Builder, idx: &mut usize, dst: ValueRef) {
300298
if self.pad.is_some() {
301299
*idx += 1;
302300
}

0 commit comments

Comments
 (0)