1
0
Fork 0

Whitespace tweak.

This commit is contained in:
curt 2001-05-23 20:57:25 +00:00
parent 02896643d7
commit 76f2eb47eb

View file

@ -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()