mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-19 09:36:47 +02:00
C API: proper ifdef
endif
indentation
This commit is contained in:
parent
01bad63c72
commit
76444a3958
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@
|
||||||
#include "value/context.hh"
|
#include "value/context.hh"
|
||||||
|
|
||||||
#ifdef HAVE_BOEHMGC
|
#ifdef HAVE_BOEHMGC
|
||||||
#include "gc/gc.h"
|
# include "gc/gc.h"
|
||||||
#define GC_INCLUDE_NEW 1
|
# define GC_INCLUDE_NEW 1
|
||||||
#include "gc_cpp.h"
|
# include "gc_cpp.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Helper function to throw an exception if value is null
|
// Helper function to throw an exception if value is null
|
||||||
|
|
Loading…
Reference in a new issue