remove tabs

This commit is contained in:
Dane Springmeyer 2013-09-30 13:30:16 -07:00
parent a6ad3e6627
commit 8ebd804360
4 changed files with 18 additions and 20 deletions

View file

@ -45,7 +45,6 @@
#include <mapnik/proj_transform.hpp>
#include <mapnik/util/featureset_buffer.hpp>
// boost
#include <boost/variant/apply_visitor.hpp>
#include <boost/variant/static_visitor.hpp>
@ -530,7 +529,6 @@ void feature_style_processor<Processor>::render_material(layer_rendering_materia
p.start_style_processing(*style);
p.end_style_processing(*style);
}
return;
}