From 76f2eb47ebfd35bfc3c9291100ef5d4d01edb965 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 23 May 2001 20:57:25 +0000 Subject: [PATCH] Whitespace tweak. --- src/Aircraft/aircraft.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aircraft/aircraft.cxx b/src/Aircraft/aircraft.cxx index f39731ebc..08bcaf8da 100644 --- a/src/Aircraft/aircraft.cxx +++ b/src/Aircraft/aircraft.cxx @@ -49,7 +49,7 @@ void fgAircraftOutputCurrent(fgAIRCRAFT *a) { f = a->fdm_state; SG_LOG( SG_FLIGHT, SG_DEBUG, - "Pos = (" + "Pos = (" << (f->get_Longitude() * 3600.0 * SGD_RADIANS_TO_DEGREES) << "," << (f->get_Latitude() * 3600.0 * SGD_RADIANS_TO_DEGREES) << "," << f->get_Altitude()