[NFC] clangformat.

This commit is contained in:
David Chisnall
2019-08-01 12:03:35 +01:00
parent 81a0f0aed8
commit d24ad45abe
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,8 +1,8 @@
#pragma once
# include "pal_posix.h"
#include "pal_posix.h"
# include <sys/mman.h>
#include <sys/mman.h>
namespace snmalloc
{