Skip to content

Commit 45ade69

Browse files
committed
Removed unnecessary spacing.
1 parent f817c61 commit 45ade69

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

GeneralsMD/Code/GameEngine/Include/GameLogic/Module/ParkingPlaceBehavior.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -159,16 +159,16 @@ class ParkingPlaceBehavior : public UpdateModule,
159159

160160
struct ParkingPlaceInfo
161161
{
162-
Coord3D m_hangarStart;
163-
Real m_hangarStartOrient;
164-
Coord3D m_location;
165-
Coord3D m_prep;
166-
Real m_orientation;
167-
Int m_runway;
168-
ExitDoorType m_door;
169-
ObjectID m_objectInSpace;
170-
Bool m_reservedForExit;
171-
Bool m_postponedRunwayReservationForTakeoff;
162+
Coord3D m_hangarStart;
163+
Real m_hangarStartOrient;
164+
Coord3D m_location;
165+
Coord3D m_prep;
166+
Real m_orientation;
167+
Int m_runway;
168+
ExitDoorType m_door;
169+
ObjectID m_objectInSpace;
170+
Bool m_reservedForExit;
171+
Bool m_postponedRunwayReservationForTakeoff;
172172

173173
ParkingPlaceInfo()
174174
{

0 commit comments

Comments
 (0)