Skip to content

Commit d06adcc

Browse files
authored
Fix indent
1 parent 51823be commit d06adcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/extensibility/debugger/reference/guid-array.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ Describes an array of unique identifiers for available debug engines.
1919
```cpp
2020
typedef struct tagGUID_ARRAY
2121
{
22-
DWORD dwCount;
23-
GUID *Members;
22+
DWORD dwCount;
23+
GUID *Members;
2424
} GUID_ARRAY;
2525
```
2626

2727
```csharp
2828
public struct GUID_ARRAY
2929
{
30-
public uint dwCount;
31-
public Guid Members;
30+
public uint dwCount;
31+
public Guid Members;
3232
}
3333
```
3434

0 commit comments

Comments
 (0)