Skip to content

Commit cda6f71

Browse files
committed
correct fmt
1 parent c8c01dc commit cda6f71

File tree

1 file changed

+12
-12
lines changed
  • crates/stdarch-verify/src

1 file changed

+12
-12
lines changed

crates/stdarch-verify/src/lib.rs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,13 @@ fn to_type(t: &syn::Type) -> proc_macro2::TokenStream {
218218
"int8x16_t" => quote! { &I8X16 },
219219
"int16x2_t" => quote! { &I16X2 },
220220
"int16x4_t" => quote! { &I16X4 },
221-
"int16x4x2_t" => quote!{ &I16X4X2 },
222-
"int16x4x3_t" => quote!{ &I16x4x3 },
223-
"int16x4x4_t" => quote!{ &I16x4x4 },
221+
"int16x4x2_t" => quote! { &I16X4X2 },
222+
"int16x4x3_t" => quote! { &I16x4x3 },
223+
"int16x4x4_t" => quote! { &I16x4x4 },
224224
"int16x8_t" => quote! { &I16X8 },
225-
"int16x8x2_t" => quote!{ &I16X8X2 },
226-
"int16x8x3_t" => quote!{ &I16x8x3 },
227-
"int16x8x4_t" => quote!{ &I16x8x4 },
225+
"int16x8x2_t" => quote! { &I16X8X2 },
226+
"int16x8x3_t" => quote! { &I16x8x3 },
227+
"int16x8x4_t" => quote! { &I16x8x4 },
228228
"int32x2_t" => quote! { &I32X2 },
229229
"int32x2x2_t" => quote! { &I32X2X2 },
230230
"int32x2x3_t" => quote! { &I32X2X3 },
@@ -251,13 +251,13 @@ fn to_type(t: &syn::Type) -> proc_macro2::TokenStream {
251251
"uint8x8x4_t" => quote! { &U8X8X4 },
252252
"uint8x16_t" => quote! { &U8X16 },
253253
"uint16x4_t" => quote! { &U16X4 },
254-
"uint16x4x2_t" => quote!{ &U16X4X2 },
255-
"uint16x4x3_t" => quote!{ &U16x4x3 },
256-
"uint16x4x4_t" => quote!{ &U16x4x4 },
254+
"uint16x4x2_t" => quote! { &U16X4X2 },
255+
"uint16x4x3_t" => quote! { &U16x4x3 },
256+
"uint16x4x4_t" => quote! { &U16x4x4 },
257257
"uint16x8_t" => quote! { &U16X8 },
258-
"uint16x8x2_t" => quote!{ &U16X8X2 },
259-
"uint16x8x3_t" => quote!{ &U16x8x3 },
260-
"uint16x8x4_t" => quote!{ &U16x8x4 },
258+
"uint16x8x2_t" => quote! { &U16X8X2 },
259+
"uint16x8x3_t" => quote! { &U16x8x3 },
260+
"uint16x8x4_t" => quote! { &U16x8x4 },
261261
"uint32x2_t" => quote! { &U32X2 },
262262
"uint32x2x2_t" => quote! { &U32X2X2 },
263263
"uint32x2x3_t" => quote! { &U32X2X3 },

0 commit comments

Comments
 (0)