Skip to content

Commit 3ba793d

Browse files
Updated C6276
Consistent spacing
1 parent fc6ce60 commit 3ba793d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/code-quality/c6276.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The following code generates this warning. This issue stems from the improper ca
2525

2626
```cpp
2727
#include <windows.h>
28+
2829
void f()
2930
{
3031
WCHAR szBuffer[8];
@@ -38,6 +39,7 @@ The following code corrects this warning by appending the letter L to represent
3839

3940
```cpp
4041
#include <windows.h>
42+
4143
void f()
4244
{
4345
WCHAR szBuffer[8];

0 commit comments

Comments
 (0)