Skip to content

Commit c54012f

Browse files
authored
Fix indent
1 parent 7ca9889 commit c54012f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ Indicates the kind of location information contained in a symbol.
2020

2121
```C++
2222
enum LocationType {
23-
LocIsNull,
24-
LocIsStatic,
25-
LocIsTLS,
26-
LocIsRegRel,
27-
LocIsThisRel,
28-
LocIsEnregistered,
29-
LocIsBitField,
30-
LocIsSlot,
31-
LocIsIlRel,
32-
LocInMetaData,
33-
LocIsConstant,
34-
LocTypeMax
23+
LocIsNull,
24+
LocIsStatic,
25+
LocIsTLS,
26+
LocIsRegRel,
27+
LocIsThisRel,
28+
LocIsEnregistered,
29+
LocIsBitField,
30+
LocIsSlot,
31+
LocIsIlRel,
32+
LocInMetaData,
33+
LocIsConstant,
34+
LocTypeMax
3535
};
3636
```
3737

0 commit comments

Comments
 (0)