+ minor formatting
This commit is contained in:
parent
f3eed56396
commit
a98f3c19ff
1 changed files with 3 additions and 3 deletions
|
@ -133,10 +133,10 @@ private:
|
|||
|
||||
// if no intersection then nothing to do for layer
|
||||
if ( lx0 > ext.maxx() || lx1 < ext.minx() || ly0 > ext.maxy() || ly1 < ext.miny() )
|
||||
{
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// clip query bbox
|
||||
lx0 = std::max(ext.minx(),lx0);
|
||||
ly0 = std::max(ext.miny(),ly0);
|
||||
|
|
Loading…
Add table
Reference in a new issue