Skip to content

Commit afa758e

Browse files
committed
Fix alignment in diagram in comment in clrconfigvalues
Commit d261384 changed the macro invocation, but probably forgot to fix the alignment in the diagram.
1 parent 100ba61 commit afa758e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/coreclr/inc/clrconfigvalues.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
//
1111
// Given any config knob below that looks like this example:
1212
// RETAIL_CONFIG_DWORD_INFO(INTERNAL_LogEnable, W("LogEnable"), 0, "Turns on the traditional CLR log.")
13-
// ---------
14-
// |
15-
// --------------------
13+
// ---------
14+
// |
15+
// -------
1616
// |
1717
// V
1818
// You can set an environment variable DOTNET_LogEnable=1 to enable it.

0 commit comments

Comments
 (0)