summaryrefslogtreecommitdiff
path: root/src/roadveh.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-08-12 08:39:06 +0000
committerfrosch <frosch@openttd.org>2010-08-12 08:39:06 +0000
commita8f4322a0351cc8aeb7d01c4c73a763f313ed498 (patch)
treeed74e9b12b04f5562a48b8b3e0c30b9f6d7e79fe /src/roadveh.h
parent71ca58c2bb1b72a088acec5b70423a43512ec195 (diff)
downloadopenttd-a8f4322a0351cc8aeb7d01c4c73a763f313ed498.tar.xz
(svn r20454) -Fix: some whitespace.
Diffstat (limited to 'src/roadveh.h')
-rw-r--r--src/roadveh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roadveh.h b/src/roadveh.h
index 9459f3816..c74557556 100644
--- a/src/roadveh.h
+++ b/src/roadveh.h
@@ -210,7 +210,7 @@ protected: // These functions should not be called outside acceleration code.
return RoadVehInfo(this->engine_type)->tractive_effort;
}
- /**
+ /**
* Gets the area used for calculating air drag.
* @return Area of the engine.
*/