C API: proper ifdef endif indentation

This commit is contained in:
José Luis Lafuente 2024-04-14 16:18:32 +02:00
parent 01bad63c72
commit 76444a3958
No known key found for this signature in database
GPG Key ID: 8A3455EBE455489A

View File

@ -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