Skip to content

Commit

Permalink
style: styme review
Browse files Browse the repository at this point in the history
  • Loading branch information
letypequividelespoubelles committed Oct 17, 2023
1 parent 044ed42 commit 678c328
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rom/constraints.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,9 @@
(vanishes! INDEX)))

(defconstraint new-ct-increment-index ()
(if-not-zero (* CFI
(- CFI
(+ (prev CFI) 1))
(- 1 (~ CT)))
(if-not-zero (any! CFI
(did-inc! CFI 1)
(- 1 (~ CT)))
(did-inc! INDEX 1)))

(defconstraint index-inc-in-middle-padding ()
Expand Down

0 comments on commit 678c328

Please sign in to comment.