formatting
This commit is contained in:
parent
a5174cd3c1
commit
65066f604f
1 changed files with 15 additions and 16 deletions
|
@ -277,7 +277,6 @@ namespace mapnik {
|
|||
}
|
||||
else if (size == 2)
|
||||
{
|
||||
|
||||
cont_.get_vertex(0,&x0,&y0);
|
||||
cont_.get_vertex(1,&x1,&y1);
|
||||
*x = 0.5 * (x1 + x0);
|
||||
|
|
Loading…
Reference in a new issue