Whitespace tweak.
This commit is contained in:
parent
02896643d7
commit
76f2eb47eb
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue