]> git.mxchange.org Git - flightgear.git/commitdiff
Minor white space fix.
authorcurt <curt>
Thu, 18 Nov 2004 05:00:44 +0000 (05:00 +0000)
committercurt <curt>
Thu, 18 Nov 2004 05:00:44 +0000 (05:00 +0000)
src/Main/fg_init.cxx

index 961ae997592934c8354d292f4d3aba37c04be249..9c09a6cf188cf21cff39da310d06aa69235240a6 100644 (file)
@@ -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