remove tabs
This commit is contained in:
parent
649e4498c1
commit
de9a46cfeb
8 changed files with 369 additions and 370 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue