Skip to content

Commit 9a5667e

Browse files
committed
Fix trailing whitespace
1 parent 2d4d3a5 commit 9a5667e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Generals/Code/Libraries/Source/WWVegas/WW3D2/dx8wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ void DX8Wrapper::Resize_And_Position_Window()
882882

883883
// Is the window the correct size for this resolution?
884884
if ((rect.right-rect.left) != ResolutionWidth ||
885-
(rect.bottom-rect.top) != ResolutionHeight) {
885+
(rect.bottom-rect.top) != ResolutionHeight) {
886886

887887
// Calculate what the main window's bounding rectangle should be to
888888
// accommodate this resolution

GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/dx8wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ void DX8Wrapper::Resize_And_Position_Window()
920920

921921
// Is the window the correct size for this resolution?
922922
if ((rect.right-rect.left) != ResolutionWidth ||
923-
(rect.bottom-rect.top) != ResolutionHeight) {
923+
(rect.bottom-rect.top) != ResolutionHeight) {
924924

925925
// Calculate what the main window's bounding rectangle should be to
926926
// accommodate this resolution

0 commit comments

Comments
 (0)