From 7a9ce9716679feb44b5be411701a49d4471c7014 Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Wed, 20 Feb 2019 15:12:41 +0000 Subject: [PATCH] Clangformat --- src/pal/pal_windows.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pal/pal_windows.h b/src/pal/pal_windows.h index 9b64fe7..e9ce257 100644 --- a/src/pal/pal_windows.h +++ b/src/pal/pal_windows.h @@ -7,13 +7,13 @@ # define WIN32_LEAN_AND_MEAN # define NOMINMAX # include -// VirtualAlloc2 is exposed in RS5 headers. +// VirtualAlloc2 is exposed in RS5 headers. # ifdef NTDDI_WIN10_RS5 -# if (NTDDI_VERSION >= NTDDI_WIN10_RS5) && (WINVER >= _WIN32_WINNT_WIN10)\ - && !defined(USE_SYSTEMATIC_TESTING) -# define PLATFORM_HAS_VIRTUALALLOC2 -# endif -# endif +# if (NTDDI_VERSION >= NTDDI_WIN10_RS5) && \ + (WINVER >= _WIN32_WINNT_WIN10) && !defined(USE_SYSTEMATIC_TESTING) +# define PLATFORM_HAS_VIRTUALALLOC2 +# endif +# endif namespace snmalloc {