Skip to content

Commit e9546e1

Browse files
authored
Fix indent
1 parent 028cc1a commit e9546e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/debug-interface-access/idiaenumsectioncontribs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This example shows how to obtain (the `GetEnumSectionContribs` function) and use
4545

4646
```C++
4747

48-
IDiaEnumSectionContribs* GetEnumSectionContribs(IDiaSession *pSession)
48+
IDiaEnumSectionContribs* GetEnumSectionContribs(IDiaSession *pSession)
4949
{
5050
IDiaEnumSectionContribs* pUnknown = NULL;
5151
REFIID iid = __uuidof(IDiaEnumSectionContribs);

0 commit comments

Comments
 (0)