From 11548e9e7e1cfd669bec0cae910399e567b1f20d Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 18 Nov 2004 05:00:44 +0000 Subject: [PATCH] Minor white space fix. --- src/Main/fg_init.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index 961ae9975..9c09a6cf1 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -1477,6 +1477,7 @@ void fgInitTimeOffset() { << globals->get_warp() ); } + // This is the top level init routine which calls all the other // initialization routines. If you are adding a subsystem to flight // gear, its initialization call should located in this routine. @@ -1496,8 +1497,8 @@ bool fgInitSubsystems() { // Initialize the event manager subsystem. //////////////////////////////////////////////////////////////////// - globals->get_event_mgr()->init(); - globals->get_event_mgr()->setFreezeProperty(fgGetNode("/sim/freeze/clock")); + globals->get_event_mgr()->init(); + globals->get_event_mgr()->setFreezeProperty(fgGetNode("/sim/freeze/clock")); //////////////////////////////////////////////////////////////////// // Initialize the property interpolator subsystem