From ca804c18157c1bbe6a466d5505b42014e1ccba3f Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 11 Apr 2019 17:36:14 +0100 Subject: [PATCH] [NFC] clang-format --- src/test/func/two_alloc_types/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/func/two_alloc_types/main.cc b/src/test/func/two_alloc_types/main.cc index 9a8c3bb..c15438b 100644 --- a/src/test/func/two_alloc_types/main.cc +++ b/src/test/func/two_alloc_types/main.cc @@ -48,7 +48,7 @@ int main() std::cout << "Allocated region " << oe_base << " - " << oe_end << std::endl; // Call these functions to trigger asserts if the cast-to-self doesn't work. - const PagemapConfig *c; + const PagemapConfig* c; enclave_snmalloc_pagemap_global_get(&c); host_snmalloc_pagemap_global_get(&c);