Skip to content

Commit 301cc35

Browse files
committed
fx
1 parent eaf16fe commit 301cc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/temporal-logic/sva_to_ltl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ std::vector<ltl_sequence_matcht> LTL_sequence_matches(const exprt &sequence)
8888
for(auto &match_op : matches_op)
8989
{
9090
ltl_sequence_matcht match;
91-
for(mp_integer i=0; i<n; i++)
91+
for(mp_integer i = 0; i < n; i++)
9292
{
9393
match.append(match_op);
9494
}

0 commit comments

Comments
 (0)