Fix style nit
This commit is contained in:
parent
901984e1d1
commit
ba37c91831
1 changed files with 1 additions and 3 deletions
|
@ -294,9 +294,7 @@ impl ArgType {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn store_fn_arg(
|
||||
&self, bcx: &Builder, idx: &mut usize, dst: ValueRef
|
||||
) {
|
||||
pub fn store_fn_arg(&self, bcx: &Builder, idx: &mut usize, dst: ValueRef) {
|
||||
if self.pad.is_some() {
|
||||
*idx += 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue