Skip to content

Commit c3cba6d

Browse files
committed
nits
1 parent 291c07d commit c3cba6d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Servers/IIS/AspNetCoreModuleV2/AspNetCore/ShimOptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define CS_ASPNETCORE_HANDLER_VERSION L"handlerVersion"
1111
#define CS_ASPNETCORE_SHADOW_COPY L"enableShadowCopy"
1212
#define CS_ASPNETCORE_SHADOW_COPY_DIRECTORY L"shadowCopyDirectory"
13-
#define CS_ASPNETCORE_CLEAN_SHADOW_DIRECTORY_CONTENT L"cleanShadowCopyDirectory"
13+
#define CS_ASPNETCORE_CLEAN_SHADOW_DIRECTORY_CONTENT L"cleanShadowCopyDirectory"
1414

1515
ShimOptions::ShimOptions(const ConfigurationSource &configurationSource) :
1616
m_hostingModel(HOSTING_UNKNOWN),

src/Servers/IIS/AspNetCoreModuleV2/OutOfProcessRequestHandler/outprocessapplication.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the MIT License. See License.txt in the project root for license information.
33

44
#include "outprocessapplication.h"
5-
65
#include "SRWExclusiveLock.h"
76
#include "exceptions.h"
87

0 commit comments

Comments
 (0)