remove tabs

This commit is contained in:
Dane Springmeyer 2011-04-01 23:56:12 +00:00
parent 649e4498c1
commit de9a46cfeb
8 changed files with 369 additions and 370 deletions

View file

@ -98,8 +98,7 @@ namespace boost { namespace spirit { namespace traits {
template <>
struct is_container<path_type const>
: mpl::true_
{};
: mpl::true_ {};
template <>
struct container_iterator<path_type const>
@ -126,7 +125,7 @@ namespace boost { namespace spirit { namespace traits {
return mapnik::svg::path_iterator_type(path);
}
};
}}}
}}}
namespace mapnik { namespace svg {
@ -250,6 +249,7 @@ namespace mapnik { namespace svg {
karma::rule<OutputIterator, mapnik::svg::root_output_attributes()> svg_root_attributes;
};
}}
}
}
#endif // SVG_OUTPUT_GRAMMARS_HPP

View file

@ -127,8 +127,7 @@ namespace mapnik
proj_transform const& prj_trans)
: processor_(processor),
feature_(feature),
prj_trans_(prj_trans)
{}
prj_trans_(prj_trans) {}
template <typename Symbolizer>
void operator()(Symbolizer const& sym) const