Skip to content

Commit b50fcae

Browse files
authored
Fix indent
1 parent 63a0374 commit b50fcae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void DumpAllDebugStreams( IDiaSession* pSession)
6565
}
6666
else
6767
{
68-
wprintf(L"Failed to get any debug streams!\n");
68+
wprintf(L"Failed to get any debug streams!\n");
6969
}
7070
wprintf(L"\n");
7171
}

0 commit comments

Comments
 (0)