[NFC] clangformat.
This commit is contained in:
@@ -10,8 +10,8 @@ namespace snmalloc
|
||||
// If simultating OE, then we need the underlying platform
|
||||
#if !defined(OPEN_ENCLAVE) || defined(OPEN_ENCLAVE_SIMULATION)
|
||||
# include "pal_apple.h"
|
||||
# include "pal_freebsd_kernel.h"
|
||||
# include "pal_freebsd.h"
|
||||
# include "pal_freebsd_kernel.h"
|
||||
# include "pal_linux.h"
|
||||
# include "pal_netbsd.h"
|
||||
# include "pal_openbsd.h"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
# include "pal_posix.h"
|
||||
#include "pal_posix.h"
|
||||
|
||||
# include <sys/mman.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
namespace snmalloc
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user