Remove trailing whitespace (#3668)

This commit is contained in:
John Vandenberg
2022-07-07 17:18:20 +08:00
committed by GitHub
parent 0af9524e16
commit 0e6e16645c
1330 changed files with 23570 additions and 23571 deletions

View File

@@ -91,7 +91,7 @@ class Foundation_API InputStreamConverter: public StreamConverterIOS, public std
/// underlying istream from one character encoding into another.
/// If a character cannot be represented in outEncoding, defaultChar
/// is used instead.
/// If a byte sequence read from the underlying stream is not valid in inEncoding,
/// If a byte sequence read from the underlying stream is not valid in inEncoding,
/// defaultChar is used instead and the encoding error count is incremented.
{
public:
@@ -109,7 +109,7 @@ class Foundation_API OutputStreamConverter: public StreamConverterIOS, public st
/// underlying ostream from one character encoding into another.
/// If a character cannot be represented in outEncoding, defaultChar
/// is used instead.
/// If a byte sequence written to the stream is not valid in inEncoding,
/// If a byte sequence written to the stream is not valid in inEncoding,
/// defaultChar is used instead and the encoding error count is incremented.
{
public: