]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/xmlloader.cxx
Update FGRunway to process information from threshold.xml files.
[flightgear.git] / src / Airports / xmlloader.cxx
index f6e351823d52bfba082f211bdca8018b65d50aaf..58539a1f2ccac87f4f759b1207ed05cc1395b68b 100644 (file)
@@ -97,7 +97,6 @@ bool XMLLoader::findAirportData(const std::string& aICAO,
       return true;
     } // of path exists
   } // of scenery path iteration
-
   return false;
 }