Skip to content

Commit 3899635

Browse files
committed
Tab fixes.
1 parent eb9ea3f commit 3899635

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/log4net/Util/LogicalThreadContextStack.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace log4net.Util
3535
public delegate void TwoArgAction(string t1, LogicalThreadContextStack t2);
3636
#endif
3737

38-
/// <summary>
38+
/// <summary>
3939
/// Implementation of Stack for the <see cref="log4net.LogicalThreadContext"/>
4040
/// </summary>
4141
/// <remarks>
@@ -65,7 +65,7 @@ public sealed class LogicalThreadContextStack : IFixingRequired
6565
/// </summary>
6666
#if NET_2_0 || MONO_2_0 || NETSTANDARD
6767
private TwoArgAction<string, LogicalThreadContextStack> m_registerNew;
68-
#else
68+
#else
6969
private TwoArgAction m_registerNew;
7070
#endif
7171

@@ -83,7 +83,7 @@ public sealed class LogicalThreadContextStack : IFixingRequired
8383
/// </remarks>
8484
#if NET_2_0 || MONO_2_0 || NETSTANDARD
8585
internal LogicalThreadContextStack(string propertyKey, TwoArgAction<string, LogicalThreadContextStack> registerNew)
86-
#else
86+
#else
8787
internal LogicalThreadContextStack(string propertyKey, TwoArgAction registerNew)
8888
#endif
8989
{

0 commit comments

Comments
 (0)