fix indent
This commit is contained in:
parent
f14854912c
commit
2ef7f13d53
1 changed files with 10 additions and 10 deletions
|
@ -264,16 +264,16 @@ void feature_style_processor<Processor>::apply_to_layer(layer const& lay,
|
|||
layer_rendering_material mat(lay, proj0);
|
||||
|
||||
prepare_layer(mat,
|
||||
ctx_map,
|
||||
p,
|
||||
proj0,
|
||||
scale,
|
||||
scale_denom,
|
||||
width,
|
||||
height,
|
||||
extent,
|
||||
buffer_size,
|
||||
names);
|
||||
ctx_map,
|
||||
p,
|
||||
proj0,
|
||||
scale,
|
||||
scale_denom,
|
||||
width,
|
||||
height,
|
||||
extent,
|
||||
buffer_size,
|
||||
names);
|
||||
|
||||
if (!mat.active_styles_.empty())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue