[NFC] clang-format

This commit is contained in:
David Chisnall
2019-04-11 17:36:14 +01:00
parent 7f057f308f
commit ca804c1815

View File

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