Skip to content

Commit 6b12f86

Browse files
Updated C6504
Removed extra whitespace
1 parent 7da7449 commit 6b12f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/code-quality/c6504.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Point
2828
{
2929
public:
3030
// members
31-
};
31+
};
3232

3333
void f(_Pre_ _Maybenull_ Point& pt)
3434
{
@@ -48,7 +48,7 @@ class Point
4848
{
4949
public:
5050
// members
51-
};
51+
};
5252
5353
void f(_Pre_ _Maybenull_ Point* pt)
5454
{

0 commit comments

Comments
 (0)