1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Formatting

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
Eelco Dolstra 2024-09-19 22:09:49 +02:00
parent 2f4a7a8301
commit b2bb92ef09

View file

@ -24,7 +24,8 @@ using gc_allocator = std::allocator<T>;
# define GC_MALLOC_ATOMIC std::malloc
# define GC_STRDUP std::strdup
struct gc { };
struct gc
{};
#endif