Skip to content

Commit

Permalink
Missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
haesbaert committed Jul 8, 2022
1 parent c9318d4 commit 667b7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cpu.mli
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
(** Expresses a logical CPU/thread. *)

type kind =
| P_core (** Performance cpu, faster, power hungry one *)
| E_core (** Energy efficient, slower, global warming aware one *)
| P_core (** Performance cpu, faster, power hungry one *)
| E_core (** Energy efficient, slower, global warming aware one *)
(** The [kind] of a {!Cpu.t} *)

type t = {
Expand Down

0 comments on commit 667b7d8

Please sign in to comment.