minor formatting

This commit is contained in:
artemp 2016-08-16 10:53:57 +01:00
parent b9279feee2
commit 1e8f471448

View file

@ -51,7 +51,6 @@ class MAPNIK_DECL feature_kv_iterator :
{ {
public: public:
using value_type = std::tuple<std::string,value>; using value_type = std::tuple<std::string,value>;
feature_kv_iterator (feature_impl const& f, bool begin = false); feature_kv_iterator (feature_impl const& f, bool begin = false);
private: private:
friend class boost::iterator_core_access; friend class boost::iterator_core_access;