summaryrefslogtreecommitdiff
path: root/src/ground_vehicle.hpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-03-06 16:15:50 +0000
committerfrosch <frosch@openttd.org>2010-03-06 16:15:50 +0000
commitdc79bf4c0190666f321962e106af705323348976 (patch)
tree4ad73ac638e96472ea4a13e8e0005f372f8b2320 /src/ground_vehicle.hpp
parentef52e21c75551d4cfd9d0b9669c84f4903d433dc (diff)
downloadopenttd-dc79bf4c0190666f321962e106af705323348976.tar.xz
(svn r19356) -Fix: Whitespace.
Diffstat (limited to 'src/ground_vehicle.hpp')
-rw-r--r--src/ground_vehicle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ground_vehicle.hpp b/src/ground_vehicle.hpp
index 7a47e20ba..5be320d0f 100644
--- a/src/ground_vehicle.hpp
+++ b/src/ground_vehicle.hpp
@@ -77,7 +77,7 @@ struct GroundVehicle : public SpecializedVehicle<T, Type> {
void CargoChanged();
int GetAcceleration() const;
- /**
+ /**
* Calculates the total slope resistance for this vehicle.
* @return Slope resistance.
*/