Skip to content

Commit 1e45158

Browse files
authored
Fix indent
1 parent 82e160e commit 1e45158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extensibility/debugger/reference/idebugexpressionevaluator2-setcallback.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Enables the expression evaluator (EE) to specify the callback interface that the
1919

2020
```cpp
2121
HRESULT SetCallback (
22-
IDebugSettingsCallback2* pCallback
22+
IDebugSettingsCallback2* pCallback
2323
);
2424
```
2525

2626
```csharp
2727
int SetCallback (
28-
IDebugSettingsCallback2 pCallback
28+
IDebugSettingsCallback2 pCallback
2929
);
3030
```
3131

0 commit comments

Comments
 (0)