]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/fixlist.cxx
Fix line endings
[flightgear.git] / src / Navaids / fixlist.cxx
index 608faf02e21c6429b262e3d642cffa6a57f0cfe7..f33665bf6bed11974b278493fbfcfa8fdf23abca 100644 (file)
@@ -47,7 +47,6 @@ FGFixList::~FGFixList( void ) {
 
 // load the navaids and build the map
 bool FGFixList::init( SGPath path ) {
-
     fixlist.erase( fixlist.begin(), fixlist.end() );
 
     sg_gzifstream in( path.str() );
@@ -83,7 +82,6 @@ bool FGFixList::init( SGPath path ) {
         fixlist[fix.get_ident()] = fix;
         in >> skipcomment;
     }
-    
     return true;
 }