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 efdcf5a commit e103495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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 @@ -1370,7 +1370,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 caller's write set
#ifdef __CPROVER_DFCC_DEBUG_LIB
__CPROVER_contracts_obj_set_add(write_set->linked_allocated, ptr);
#else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ Date: Jan 2025

#include "dfcc_pointer_equals.h"

#include <util/expr_iterator.h>
#include <util/c_types.h>
#include <util/cprover_prefix.h>
#include <util/expr_iterator.h>
#include <util/pointer_expr.h>
#include <util/replace_expr.h>
#include <util/c_types.h>
#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 e103495

Please sign in to comment.