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