diff options
| author | JakobL-MSFT <[email protected]> | 2026-02-04 18:15:21 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-04 18:15:21 -0800 |
| commit | 77d8f2d6ca1283718626965b53c69477bffb5fa8 (patch) | |
| tree | fd0ebfd4fa92702a3b9eca0408462e26cb1bc920 /network/trans/WFPSampler/sys/ClassifyFunctions_AdvancedPacketInjectionCallouts.cpp | |
| parent | ed3dbe56378117a15105099870f2397671ad99ab (diff) | |
removed the space after newline which seems to be bug in c++ 23 not i… (#1347)
removed the space after newline which seems to be bug in c++ 23 not in samples
Co-authored-by: Prashant Chahar <[email protected]>
Diffstat (limited to 'network/trans/WFPSampler/sys/ClassifyFunctions_AdvancedPacketInjectionCallouts.cpp')
| -rw-r--r-- | network/trans/WFPSampler/sys/ClassifyFunctions_AdvancedPacketInjectionCallouts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/trans/WFPSampler/sys/ClassifyFunctions_AdvancedPacketInjectionCallouts.cpp b/network/trans/WFPSampler/sys/ClassifyFunctions_AdvancedPacketInjectionCallouts.cpp index 1df1f7b5..b71c77e0 100644 --- a/network/trans/WFPSampler/sys/ClassifyFunctions_AdvancedPacketInjectionCallouts.cpp +++ b/network/trans/WFPSampler/sys/ClassifyFunctions_AdvancedPacketInjectionCallouts.cpp @@ -99,7 +99,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////// #include "Framework_WFPSamplerCalloutDriver.h" /// . -#include "ClassifyFunctions_AdvancedPacketInjectionCallouts.tmh" /// $(OBJ_PATH)\$(O)\ +#include "ClassifyFunctions_AdvancedPacketInjectionCallouts.tmh" /// $(OBJ_PATH)\$(O)\ #if DBG |
