whitespace change

This commit is contained in:
jez 2007-10-25 20:58:27 +00:00
parent fa235dc7af
commit 229a859c91

View file

@ -334,7 +334,7 @@ private:
explicit XPathValue(ValuePtr ptr) : ptr_(ptr) { }
friend class XPathValuePtr<string_type, string_adaptor> ;
friend class XPathValuePtr<string_type, string_adaptor>;
}; // class XPathValue
template<class string_type, class string_adaptor = Arabica::default_string_adaptor<string_type> >