Skip to content

Commit 657c404

Browse files
authored
Fix indent
1 parent 5dd8c78 commit 657c404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extensibility/debugger/reference/idebuggenericparamfield-getflags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Retrieves the flags for this generic parameter.
1919

2020
```cpp
2121
HRESULT GetFlags(
22-
DWORD* pdwFlags
22+
DWORD* pdwFlags
2323
);
2424
```
2525

2626
```csharp
2727
int GetFlags(
28-
ref uint pdwFlags
28+
ref uint pdwFlags
2929
);
3030
```
3131

0 commit comments

Comments
 (0)