]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/simple.hxx
Alexis Bory:
[flightgear.git] / src / Airports / simple.hxx
index 1409e3fdebbd7a801a0f08a8d5463fc40917c531..3ee46ea7b45e6273646d173df9c634da7cb237c4 100644 (file)
@@ -235,7 +235,7 @@ private:
     void readThresholdData(SGPropertyNode* aRoot);
     void processThreshold(SGPropertyNode* aThreshold);
       
-  void readILSData(SGPropertyNode* aRoot);
+    void readILSData(SGPropertyNode* aRoot);
   
     void validateTowerData() const;
     
@@ -256,7 +256,7 @@ private:
     mutable bool mRunwaysLoaded;
     mutable bool mTaxiwaysLoaded;
     mutable bool mProceduresLoaded;
-  bool mILSDataLoaded;
+    bool mILSDataLoaded;
   
     mutable PositionedIDVec mRunways;
     mutable PositionedIDVec mTaxiways;