1
0
Fork 0

White space updates.

This commit is contained in:
curt 2006-01-24 17:13:48 +00:00
parent fdd47f4b56
commit 1729d15cdd

View file

@ -47,7 +47,6 @@ FGFixList::~FGFixList( void ) {
// load the navaids and build the map // load the navaids and build the map
bool FGFixList::init( SGPath path ) { bool FGFixList::init( SGPath path ) {
fixlist.erase( fixlist.begin(), fixlist.end() ); fixlist.erase( fixlist.begin(), fixlist.end() );
sg_gzifstream in( path.str() ); sg_gzifstream in( path.str() );
@ -83,7 +82,6 @@ bool FGFixList::init( SGPath path ) {
fixlist[fix.get_ident()] = fix; fixlist[fix.get_ident()] = fix;
in >> skipcomment; in >> skipcomment;
} }
return true; return true;
} }