Skip to content

Commit fcf210f

Browse files
committed
Fix trailing whitespace
1 parent d1cf98a commit fcf210f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)