Skip to content

Commit 5aeb549

Browse files
committed
Trim trailing whitespace in IntDomain0
1 parent e18d93d commit 5aeb549

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cdomain/value/cdomains/intDomain0.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,10 @@ sig
264264
val shift_right : Cil.ikind -> t -> t -> t * overflow_info
265265
end
266266

267-
module type Bitfield_SOverflow =
268-
sig
267+
module type Bitfield_SOverflow =
268+
sig
269269

270-
include SOverflow
270+
include SOverflow
271271

272272
(* necessary for baseInvariant *)
273273
val refine_bor : t -> t -> t -> t * t

0 commit comments

Comments
 (0)