Skip to content

Commit

Permalink
fix whitespace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Panda64 committed Dec 3, 2024
1 parent 2177e0a commit 493732e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/solver/sideWPointSelect.ml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module type S =
type data

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

(** Destabilized a called or start var. Problem: two partial context calls will be precise, but third call will widen the state.
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 *)
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 *)
module Cycle : S =
functor (S:EqConstrSys) ->
functor (HM:Hashtbl.S with type key = S.v) ->
Expand Down

0 comments on commit 493732e

Please sign in to comment.