Skip to content

Commit f13f447

Browse files
authored
Fix indent
1 parent 4db9d86 commit f13f447

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/debugger/debug-interface-access/cv-call-e.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Specifies the calling convention for a function.
2323

2424
```C++
2525
typedef enum CV_call_e {
26-
CV_CALL_NEAR_C = 0x00,
27-
CV_CALL_NEAR_FAST = 0x04,
28-
CV_CALL_NEAR_STD = 0x07,
29-
CV_CALL_NEAR_SYS = 0x09,
30-
CV_CALL_THISCALL = 0x0b,
31-
CV_CALL_CLRCALL = 0x16
26+
CV_CALL_NEAR_C = 0x00,
27+
CV_CALL_NEAR_FAST = 0x04,
28+
CV_CALL_NEAR_STD = 0x07,
29+
CV_CALL_NEAR_SYS = 0x09,
30+
CV_CALL_THISCALL = 0x0b,
31+
CV_CALL_CLRCALL = 0x16
3232
} CV_call_e;
3333
```
3434

0 commit comments

Comments
 (0)