Skip to content

Commit d75fb4f

Browse files
authored
Fix indent
1 parent efdfbd4 commit d75fb4f

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@ Specifies the symbol's basic type.
2020

2121
```C++
2222
enum BasicType {
23-
btNoType = 0,
24-
btVoid = 1,
25-
btChar = 2,
26-
btWChar = 3,
27-
btInt = 6,
28-
btUInt = 7,
29-
btFloat = 8,
30-
btBCD = 9,
31-
btBool = 10,
32-
btLong = 13,
33-
btULong = 14,
34-
btCurrency = 25,
35-
btDate = 26,
36-
btVariant = 27,
37-
btComplex = 28,
38-
btBit = 29,
39-
btBSTR = 30,
40-
btHresult = 31,
41-
btChar16 = 32, // char16_t
42-
btChar32 = 33, // char32_t
23+
btNoType = 0,
24+
btVoid = 1,
25+
btChar = 2,
26+
btWChar = 3,
27+
btInt = 6,
28+
btUInt = 7,
29+
btFloat = 8,
30+
btBCD = 9,
31+
btBool = 10,
32+
btLong = 13,
33+
btULong = 14,
34+
btCurrency = 25,
35+
btDate = 26,
36+
btVariant = 27,
37+
btComplex = 28,
38+
btBit = 29,
39+
btBSTR = 30,
40+
btHresult = 31,
41+
btChar16 = 32, // char16_t
42+
btChar32 = 33, // char32_t
4343
};
4444
```
4545

0 commit comments

Comments
 (0)