Skip to content

Commit

Permalink
Remove trailing whitespace (PR #1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed May 27, 2024
1 parent 2eb0440 commit c5a6d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdomain/value/cdomains/mval.ml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ end
module MakeLattice (Offs: Offset.Lattice): Lattice with type idx = Offs.idx =
struct
include MakePrintable (Offs)

let top_indices (x, o) = (x, Offs.top_indices o)

let semantic_equal (x, xoffs) (y, yoffs) =
Expand Down

0 comments on commit c5a6d5b

Please sign in to comment.