Skip to content

Commit 50aacee

Browse files
committed
make fmt
1 parent e13f06d commit 50aacee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

middle_end/flambda2/from_lambda/closure_conversion.ml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,10 @@ let close_c_call acc env ~loc ~let_bound_ids_with_kinds
467467
((_, repr) : Primitive.mode * Primitive.native_repr) =
468468
match repr with
469469
| Same_as_ocaml_repr sort ->
470-
K.With_subkind.(kind (from_lambda_values_and_unboxed_numbers_only (Typeopt.layout_of_const_sort sort)))
470+
K.With_subkind.(
471+
kind
472+
(from_lambda_values_and_unboxed_numbers_only
473+
(Typeopt.layout_of_const_sort sort)))
471474
| Unboxed_float -> K.naked_float
472475
| Unboxed_integer Pnativeint -> K.naked_nativeint
473476
| Unboxed_integer Pint32 -> K.naked_int32

0 commit comments

Comments
 (0)