From 81030a554f39917f8b0a14f44abe764c87cbe770 Mon Sep 17 00:00:00 2001 From: Roy Schuster Date: Fri, 12 Apr 2019 10:43:55 +0100 Subject: [PATCH] EOL conversion for clang-format --- src/test/func/two_alloc_types/alloc1.cc | 6 +++--- src/test/func/two_alloc_types/alloc2.cc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test/func/two_alloc_types/alloc1.cc b/src/test/func/two_alloc_types/alloc1.cc index 8937323..9fb2b8a 100644 --- a/src/test/func/two_alloc_types/alloc1.cc +++ b/src/test/func/two_alloc_types/alloc1.cc @@ -4,9 +4,9 @@ #define USE_RESERVE_MULTIPLE 1 #define NO_BOOTSTRAP_ALLOCATOR #define IS_ADDRESS_SPACE_CONSTRAINED -#ifndef SNMALLOC_EXPOSE_PAGEMAP -# define SNMALLOC_EXPOSE_PAGEMAP -#endif +#ifndef SNMALLOC_EXPOSE_PAGEMAP +# define SNMALLOC_EXPOSE_PAGEMAP +#endif #define SNMALLOC_NAME_MANGLE(a) enclave_##a // Redefine the namespace, so we can have two versions. #define snmalloc snmalloc_enclave diff --git a/src/test/func/two_alloc_types/alloc2.cc b/src/test/func/two_alloc_types/alloc2.cc index ca55707..e1ab409 100644 --- a/src/test/func/two_alloc_types/alloc2.cc +++ b/src/test/func/two_alloc_types/alloc2.cc @@ -1,9 +1,9 @@ #undef IS_ADDRESS_SPACE_CONSTRAINED #define SNMALLOC_NAME_MANGLE(a) host_##a #define NO_BOOTSTRAP_ALLOCATOR -#ifndef SNMALLOC_EXPOSE_PAGEMAP -# define SNMALLOC_EXPOSE_PAGEMAP -#endif +#ifndef SNMALLOC_EXPOSE_PAGEMAP +# define SNMALLOC_EXPOSE_PAGEMAP +#endif // Redefine the namespace, so we can have two versions. #define snmalloc snmalloc_host #include "../../../override/malloc.cc"