Skip to content

Commit ea68e95

Browse files
authored
Fix indent
1 parent 5505f90 commit ea68e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/debug-interface-access/querying-the-dot-pdb-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ A program database file (extension .pdb) is a binary file that contains type and
8080
CComPtr< IDiaTable > pTable;
8181
while ( SUCCEEDED( hr = pTables->Next( 1, &pTable, &celt ) ) && celt == 1 )
8282
{
83-
// Do something with each IDiaTable.
83+
// Do something with each IDiaTable.
8484
}
8585
```
8686

0 commit comments

Comments
 (0)