From: curt Date: Sat, 28 Sep 2002 04:01:20 +0000 (+0000) Subject: Removed some extraneous spaces that crept in some how. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3a0f56a6e62f14e9794711b7884d283fb88c34fe;p=flightgear.git Removed some extraneous spaces that crept in some how. --- diff --git a/src/FDM/ExternalNet.hxx b/src/FDM/ExternalNet.hxx index 08c07f3f0..10ce4ac4d 100644 --- a/src/FDM/ExternalNet.hxx +++ b/src/FDM/ExternalNet.hxx @@ -77,8 +77,7 @@ private: public: // Constructor - FGExternalNet( double dt, - string host, int dop, int dip, int cp ); + FGExternalNet( double dt, string host, int dop, int dip, int cp ); // Destructor ~FGExternalNet();