From 98bc6501c6673ebbc269571c7b9b15e31af41fb7 Mon Sep 17 00:00:00 2001 From: frosch Date: Thu, 12 Aug 2010 08:39:06 +0000 Subject: [PATCH] (svn r20454) -Fix: some whitespace. --- source.list | 2 +- src/roadveh.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source.list b/source.list index 592e32d5ae..0b1a07ffc5 100644 --- a/source.list +++ b/source.list @@ -914,7 +914,7 @@ music/null_m.cpp #end #end #if BEOS - music/bemidi.cpp + music/bemidi.cpp #end #if LIBTIMIDITY music/libtimidity.cpp diff --git a/src/roadveh.h b/src/roadveh.h index 9459f38161..c745575561 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. */