Skip to content

Commit

Permalink
Clang-format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi Delmas committed Jan 17, 2025
1 parent 3ce9fce commit 0b1231c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansi-c/library/cprover_contracts.c
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ __CPROVER_HIDE:;
if(seen->elems[object_id] != 0)
return 0;
#endif
// record fresh object in the object set

#ifdef __CPROVER_DFCC_DEBUG_LIB
// manually inlined below
__CPROVER_contracts_obj_set_add(seen, ptr);
Expand Down

0 comments on commit 0b1231c

Please sign in to comment.