Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
  • Loading branch information
edolstra and Mic92 committed Sep 19, 2024
1 parent 2f4a7a8 commit b2bb92e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/libexpr/eval-gc.hh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ using traceable_allocator = std::allocator<T>;
template<typename T>
using gc_allocator = std::allocator<T>;

#define GC_MALLOC_ATOMIC std::malloc
#define GC_STRDUP std::strdup
struct gc { };
# define GC_MALLOC_ATOMIC std::malloc
# define GC_STRDUP std::strdup
struct gc
{};

#endif

Expand Down

0 comments on commit b2bb92e

Please sign in to comment.