From 832fcf38e600bf80b4b728a3e0227403088d992c Mon Sep 17 00:00:00 2001 From: Matthew Gregan Date: Thu, 13 Feb 2025 09:36:29 +1300 Subject: [PATCH] wasapi: Fix formatting. --- src/cubeb_wasapi.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cubeb_wasapi.cpp b/src/cubeb_wasapi.cpp index 66675ca7..8bf30572 100644 --- a/src/cubeb_wasapi.cpp +++ b/src/cubeb_wasapi.cpp @@ -6,10 +6,10 @@ */ #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0603 -#endif // !_WIN32_WINNT +#endif // !_WIN32_WINNT #ifndef NOMINMAX #define NOMINMAX -#endif // !NOMINMAX +#endif // !NOMINMAX #include #include