changeset 14768:f31d8dc443fc draft

(svn r19356) -Fix: Whitespace.
author frosch <frosch@openttd.org>
date Sat, 06 Mar 2010 16:15:50 +0000
parents e2ef951836c2
children 1ce9ec6c323e
files src/ground_vehicle.hpp src/train_cmd.cpp
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ground_vehicle.hpp
+++ b/src/ground_vehicle.hpp
@@ -77,7 +77,7 @@
 	void CargoChanged();
 	int GetAcceleration() const;
 
- 	/**
+	/**
 	 * Calculates the total slope resistance for this vehicle.
 	 * @return Slope resistance.
 	 */
--- a/src/train_cmd.cpp
+++ b/src/train_cmd.cpp
@@ -1487,12 +1487,12 @@
 		SetBit(*swap_flag2, GVF_GOINGDOWN_BIT);
 	} else if (HasBit(flag1, GVF_GOINGDOWN_BIT)) {
 		SetBit(*swap_flag2, GVF_GOINGUP_BIT);
- 	}
+	}
 	if (HasBit(flag2, GVF_GOINGUP_BIT)) {
 		SetBit(*swap_flag1, GVF_GOINGDOWN_BIT);
 	} else if (HasBit(flag2, GVF_GOINGDOWN_BIT)) {
 		SetBit(*swap_flag1, GVF_GOINGUP_BIT);
- 	}
+	}
 }
 
 static void ReverseTrainSwapVeh(Train *v, int l, int r)