Skip to content

Commit d45031e

Browse files
authored
Fix indent
1 parent 1a70acb commit d45031e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/extensibility/debugger/reference/debug-address.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ This structure represents an address.
2020

2121
```cpp
2222
typedef struct _tagDEBUG_ADDRESS {
23-
ULONG32 ulAppDomainID;
24-
GUID guidModule;
25-
_mdToken tokClass;
26-
DEBUG_ADDRESS_UNION addr;
23+
ULONG32 ulAppDomainID;
24+
GUID guidModule;
25+
_mdToken tokClass;
26+
DEBUG_ADDRESS_UNION addr;
2727
} DEBUG_ADDRESS;
2828
```
2929
3030
```csharp
3131
public struct DEBUG_ADDRESS {
32-
public uint ulAppDomainID;
33-
public Guid guidModule;
34-
public int tokClass;
35-
public DEBUG_ADDRESS_UNION addr;
32+
public uint ulAppDomainID;
33+
public Guid guidModule;
34+
public int tokClass;
35+
public DEBUG_ADDRESS_UNION addr;
3636
}
3737
```
3838

0 commit comments

Comments
 (0)