mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01: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"
|
||||
|
||||
#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…
Add table
Add a link
Reference in a new issue