From f17802864036283cdd32db76bb48f2add28c6612 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 21 Feb 2019 16:11:06 +0000 Subject: [PATCH] [NFC] clang-format again. It appears that clang-format 6 (which CI uses) removes a newline that clang-format 7 doesn't, but will also not add. The new formatting should keep 6 and 7 both happy. --- src/pal/pal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pal/pal.h b/src/pal/pal.h index 9136d89..3f58f16 100644 --- a/src/pal/pal.h +++ b/src/pal/pal.h @@ -19,7 +19,6 @@ namespace snmalloc */ LowMemoryNotification = (1 << 0) }; - } // If simultating OE, then we need the underlying platform