Skip to content

Commit 8b24bb2

Browse files
authored
Fix indent
1 parent beefd43 commit 8b24bb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/extensibility/debugger/reference/code-path.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Describes a method or function call.
2020

2121
```cpp
2222
typedef struct tagCODE_PATH
23-
BSTR bstrName;
24-
IDebugCodeContext2* pCode;
23+
BSTR bstrName;
24+
IDebugCodeContext2* pCode;
2525
} CODE_PATH;
2626
```
2727
2828
```csharp
2929
public struct CODE_PATH {
30-
public string bstrName;
31-
public IDebugCodeContext pCode;
30+
public string bstrName;
31+
public IDebugCodeContext pCode;
3232
}
3333
```
3434

0 commit comments

Comments
 (0)