Skip to content

Commit

Permalink
Clang-format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi Delmas committed Jan 17, 2025
1 parent 4c9e03a commit 0262ae1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/ansi-c/library/cprover_contracts.c
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,6 @@ __CPROVER_HIDE:;
// __CPROVER_bool record_may_leak = __VERIFIER_nondet___CPROVER_bool();
// __CPROVER_memory_leak = record_may_leak ? ptr : __CPROVER_memory_leak;

// record fresh object in the object set
#ifdef __CPROVER_DFCC_DEBUG_LIB
// manually inlined below
__CPROVER_contracts_obj_set_add(write_set->linked_is_fresh, ptr);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Date: Jan 2025
#include <util/std_code.h>
#include <util/std_expr.h>
#include <util/symbol.h>

#include "dfcc_cfg_info.h"
#include "dfcc_library.h"

Expand Down

0 comments on commit 0262ae1

Please sign in to comment.