Skip to content

Commit 7bb32a7

Browse files
authored
Remove empty lines at end of code block
1 parent e497666 commit 7bb32a7

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

docs/code-quality/c26434.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,4 @@ struct Derived : Base
4444
void not_virtual() noexcept {} // C26434, hides a non-virtual function
4545
virtual void not_virtual(int i) noexcept {} // C26434, and parameters ignored
4646
};
47-
4847
```

docs/code-quality/c26483.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ void function()
2424
int arr2[] { 1, 2, 3 };
2525
arr2[3] = 4; // C26483, 3 is outside the bounds of the array
2626
}
27-
2827
```

docs/error-messages/compiler-warnings/compiler-warning-level-2-c4150.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ void NoDestruct( IncClass* pIncClass )
7575
{
7676
delete pIncClass;
7777
}
78-
7978
```
8079

8180
## See also

0 commit comments

Comments
 (0)