mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
whitespace change
This commit is contained in:
parent
fa235dc7af
commit
229a859c91
1 changed files with 1 additions and 1 deletions
|
@ -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> >
|
||||
|
|
Loading…
Reference in a new issue