From 99d70c0c9dbbea98bcbb9f34e2576ebb34ddd046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 7 Sep 2020 20:01:04 +0200 Subject: [PATCH] Remove superfluous whitespace before #include --- src/catch2/internal/catch_combined_tu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/catch2/internal/catch_combined_tu.cpp b/src/catch2/internal/catch_combined_tu.cpp index 60106c46..021368b3 100644 --- a/src/catch2/internal/catch_combined_tu.cpp +++ b/src/catch2/internal/catch_combined_tu.cpp @@ -152,8 +152,8 @@ namespace Catch { ////////////////////////////////////////////// // vvv formerly catch_leak_detector.cpp vvv // ////////////////////////////////////////////// - #include - #include +#include +#include #ifdef CATCH_CONFIG_WINDOWS_CRTDBG