Skip to content

Commit 53144c9

Browse files
committed
Fix trailing whitespace
1 parent 16dc668 commit 53144c9

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
@@ -578,7 +578,7 @@ bool DX8Wrapper::Create_Device(void)
578578
_Hwnd,
579579
Vertex_Processing_Behavior,
580580
&_PresentParameters,
581-
&D3DDevice
581+
&D3DDevice
582582
);
583583
}
584584

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ bool DX8Wrapper::Create_Device(void)
610610
_Hwnd,
611611
Vertex_Processing_Behavior,
612612
&_PresentParameters,
613-
&D3DDevice
613+
&D3DDevice
614614
);
615615
}
616616

0 commit comments

Comments
 (0)