Skip to content

Commit 13ad19b

Browse files
authored
Fix indent
1 parent a0e7ebb commit 13ad19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensibility/debugger/reference/bp-location-code-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Describes the location of a breakpoint that is bound directly to an address in t
2020

2121
```cpp
2222
typedef struct _BP_LOCATION_CODE_CONTEXT {
23-
IDebugCodeContext2* pCodeContext;
23+
IDebugCodeContext2* pCodeContext;
2424
} BP_LOCATION_CODE_CONTEXT;
2525
```
2626

0 commit comments

Comments
 (0)