Skip to content

Commit 0b1231c

Browse files
author
Remi Delmas
committed
Clang-format fix
1 parent 3ce9fce commit 0b1231c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ansi-c/library/cprover_contracts.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ __CPROVER_HIDE:;
14061406
if(seen->elems[object_id] != 0)
14071407
return 0;
14081408
#endif
1409-
// record fresh object in the object set
1409+
14101410
#ifdef __CPROVER_DFCC_DEBUG_LIB
14111411
// manually inlined below
14121412
__CPROVER_contracts_obj_set_add(seen, ptr);

0 commit comments

Comments
 (0)