Adjust spaces
This commit is contained in:
parent
985971a563
commit
04011cdae2
@ -1753,7 +1753,7 @@ public:
|
||||
*/
|
||||
template <unsigned parseFlags, typename InputStream>
|
||||
GenericDocument& ParseStream(InputStream& is) {
|
||||
return ParseStream<parseFlags,Encoding,InputStream>(is);
|
||||
return ParseStream<parseFlags, Encoding, InputStream>(is);
|
||||
}
|
||||
|
||||
//! Parse JSON text from an input stream (with \ref kParseDefaultFlags)
|
||||
|
Loading…
x
Reference in New Issue
Block a user