Skip to content
Snippets Groups Projects
Commit 7912b6f5 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[wp] fix headers & lint

parent 1638067e
No related branches found
No related tags found
No related merge requests found
# 1 "src/plugins/wp/ProverDetect.None.ml"
(**************************************************************************) (**************************************************************************)
(* *) (* *)
(* This file is part of WP plug-in of Frama-C. *) (* This file is part of WP plug-in of Frama-C. *)
...@@ -21,6 +20,8 @@ ...@@ -21,6 +20,8 @@
(* *) (* *)
(**************************************************************************) (**************************************************************************)
# 23 "src/plugins/wp/ProverDetect.None.ml"
(* -------------------------------------------------------------------------- *) (* -------------------------------------------------------------------------- *)
(* --- Prover Detection (no why3) --- *) (* --- Prover Detection (no why3) --- *)
(* -------------------------------------------------------------------------- *) (* -------------------------------------------------------------------------- *)
......
# 1 "src/plugins/wp/ProverDetect.Why3.ml"
(**************************************************************************) (**************************************************************************)
(* *) (* *)
(* This file is part of WP plug-in of Frama-C. *) (* This file is part of WP plug-in of Frama-C. *)
...@@ -21,6 +20,8 @@ ...@@ -21,6 +20,8 @@
(* *) (* *)
(**************************************************************************) (**************************************************************************)
# 23 "src/plugins/wp/ProverDetect.Why3.ml"
(* -------------------------------------------------------------------------- *) (* -------------------------------------------------------------------------- *)
(* --- Why3 Prover Detection --- *) (* --- Why3 Prover Detection --- *)
(* -------------------------------------------------------------------------- *) (* -------------------------------------------------------------------------- *)
...@@ -53,7 +54,7 @@ let detect () = ...@@ -53,7 +54,7 @@ let detect () =
dp_version = dp.prover_version ; dp_version = dp.prover_version ;
dp_altern = dp.prover_altern ; dp_altern = dp.prover_altern ;
dp_shortcuts = List.rev keys ; dp_shortcuts = List.rev keys ;
} :: dps } :: dps
) !index [] ) !index []
in List.rev dps in List.rev dps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment