mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
C API: proper ifdef
endif
indentation
This commit is contained in:
parent
01bad63c72
commit
76444a3958
@ -15,9 +15,9 @@
|
||||
#include "value/context.hh"
|
||||
|
||||
#ifdef HAVE_BOEHMGC
|
||||
#include "gc/gc.h"
|
||||
#define GC_INCLUDE_NEW 1
|
||||
#include "gc_cpp.h"
|
||||
# include "gc/gc.h"
|
||||
# define GC_INCLUDE_NEW 1
|
||||
# include "gc_cpp.h"
|
||||
#endif
|
||||
|
||||
// Helper function to throw an exception if value is null
|
||||
|
Loading…
Reference in New Issue
Block a user