formatting

This commit is contained in:
Dane Springmeyer 2011-08-12 19:55:04 +00:00
parent f1b8f02110
commit 0493b5086d

View file

@ -684,7 +684,7 @@ box2d<double> postgis_datasource::envelope() const
double lox=lexical_cast<double>(rs->getValue(0));
double loy=lexical_cast<double>(rs->getValue(1));
double hix=lexical_cast<double>(rs->getValue(2));
double hiy=lexical_cast<double>(rs->getValue(3));
double hiy=lexical_cast<double>(rs->getValue(3));
extent_.init(lox,loy,hix,hiy);
extent_initialized_ = true;
}