Skip to content

Commit 0d20011

Browse files
committed
formatting fixes
1 parent a29477c commit 0d20011

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

compiler/rustc_target/src/abi/call/sparc64.rs

+2-8
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,7 @@ where
194194

195195
arg.cast_to(CastTarget {
196196
prefix: data.prefix,
197-
rest: Uniform {
198-
unit: Reg::i64(),
199-
total: rest_size,
200-
},
197+
rest: Uniform { unit: Reg::i64(), total: rest_size },
201198
attrs: ArgAttributes {
202199
regular: data.arg_attribute,
203200
arg_ext: ArgExtension::None,
@@ -210,10 +207,7 @@ where
210207
}
211208
}
212209

213-
arg.cast_to(Uniform {
214-
unit: Reg::i64(),
215-
total,
216-
});
210+
arg.cast_to(Uniform { unit: Reg::i64(), total });
217211
}
218212

219213
pub fn compute_abi_info<'a, Ty, C>(cx: &C, fn_abi: &mut FnAbi<'a, Ty>)

0 commit comments

Comments
 (0)