From 77d8f2d6ca1283718626965b53c69477bffb5fa8 Mon Sep 17 00:00:00 2001 From: JakobL-MSFT <110699333+JakobL-MSFT@users.noreply.github.com> Date: Wed, 4 Feb 2026 18:15:21 -0800 Subject: removed the space after newline which seems to be bug in c++ 23 not i… (#1347) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit removed the space after newline which seems to be bug in c++ 23 not in samples Co-authored-by: Prashant Chahar --- .../WFPSampler/sys/ClassifyFunctions_PendEndpointClosureCallouts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network/trans/WFPSampler/sys/ClassifyFunctions_PendEndpointClosureCallouts.cpp') diff --git a/network/trans/WFPSampler/sys/ClassifyFunctions_PendEndpointClosureCallouts.cpp b/network/trans/WFPSampler/sys/ClassifyFunctions_PendEndpointClosureCallouts.cpp index 315dde6c..d8d88721 100644 --- a/network/trans/WFPSampler/sys/ClassifyFunctions_PendEndpointClosureCallouts.cpp +++ b/network/trans/WFPSampler/sys/ClassifyFunctions_PendEndpointClosureCallouts.cpp @@ -44,7 +44,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////// #include "Framework_WFPSamplerCalloutDriver.h" /// . -#include "ClassifyFunctions_PendEndpointClosureCallouts.tmh" /// $(OBJ_PATH)\$(O)\ +#include "ClassifyFunctions_PendEndpointClosureCallouts.tmh" /// $(OBJ_PATH)\$(O)\ #if(NTDDI_VERSION >= NTDDI_WIN7) -- cgit v1.3.1