]> git.mxchange.org Git - flightgear.git/commitdiff
Removed some extraneous spaces that crept in some how.
authorcurt <curt>
Sat, 28 Sep 2002 04:01:20 +0000 (04:01 +0000)
committercurt <curt>
Sat, 28 Sep 2002 04:01:20 +0000 (04:01 +0000)
src/FDM/ExternalNet.hxx

index 08c07f3f0d82d8b4667d8f128e21486763b5e582..10ce4ac4d6329daa42e8bede3d19ac62c6a54b72 100644 (file)
@@ -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();