Skip to content

Commit 6b872ca

Browse files
Update docs/code-quality/c6200.md
Co-authored-by: Michael Squires <[email protected]>
1 parent 6c48d32 commit 6b872ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6200.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void f()
4343
{
4444
for ( int i=0; i < 14; i++) // i = 13 on the final iteration
4545
{
46-
buff[i]= 0; // initialize buffer
46+
buff[i] = 0; // initialize buffer
4747
// code...
4848
}
4949
}

0 commit comments

Comments
 (0)