Skip to content

Commit 1054932

Browse files
authored
Fix indent
1 parent e775a72 commit 1054932

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/debugger/debug-interface-access/datakind.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ Indicates the particular scope of a data value.
2020

2121
```C++
2222
enum DataKind {
23-
DataIsUnknown,
24-
DataIsLocal,
25-
DataIsStaticLocal,
26-
DataIsParam,
27-
DataIsObjectPtr,
28-
DataIsFileStatic,
29-
DataIsGlobal,
30-
DataIsMember,
31-
DataIsStaticMember,
32-
DataIsConstant
23+
DataIsUnknown,
24+
DataIsLocal,
25+
DataIsStaticLocal,
26+
DataIsParam,
27+
DataIsObjectPtr,
28+
DataIsFileStatic,
29+
DataIsGlobal,
30+
DataIsMember,
31+
DataIsStaticMember,
32+
DataIsConstant
3333
};
3434
```
3535

0 commit comments

Comments
 (0)