Skip to content

Commit 493732e

Browse files
author
Fabian Stemmler
committed
fix whitespace errors
1 parent 2177e0a commit 493732e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/solver/sideWPointSelect.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module type S =
1212
type data
1313

1414
(** Create data required by this widening point selection strategy.
15-
The parameters are not necessarily used by all strategies.
15+
The parameters are not necessarily used by all strategies.
1616
@param is_stable This callback should return whether an unknown is stable.
1717
@param add_infl Allows the strategy to record additional influences.
1818
This is mainly intended for strategies like unstable-self,
@@ -187,7 +187,7 @@ module UnstableCalled : S =
187187
end
188188

189189
(** Destabilized a called or start var. Problem: two partial context calls will be precise, but third call will widen the state.
190-
If this side destabilized some of the initial unknowns vs, there may be a side-cycle between vs and we should make y a wpoint *)
190+
If this side destabilized some of the initial unknowns vs, there may be a side-cycle between vs and we should make y a wpoint *)
191191
module Cycle : S =
192192
functor (S:EqConstrSys) ->
193193
functor (HM:Hashtbl.S with type key = S.v) ->

0 commit comments

Comments
 (0)