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

@@ -39,7 +39,7 @@ class Foundation_API WindowsConsoleChannel: public Channel
/// class, which cannot handle UTF-8 encoded messages on Windows.
///
/// Chain this channel to a FormattingChannel with an
/// appropriate Formatter to control what is contained
/// appropriate Formatter to control what is contained
/// in the text.
///
/// Only available on Windows platforms.
@@ -52,7 +52,7 @@ public:
void log(const Message& msg);
/// Logs the given message to the channel's stream.
protected:
~WindowsConsoleChannel();
@@ -79,7 +79,7 @@ class Foundation_API WindowsColorConsoleChannel: public Channel
/// property to true (default). Furthermore, colors can be
/// configured by setting the following properties
/// (default values are given in parenthesis):
///
///
/// * traceColor (gray)
/// * debugColor (gray)
/// * informationColor (default)
@@ -90,7 +90,7 @@ class Foundation_API WindowsColorConsoleChannel: public Channel
/// * fatalColor (lightRed)
///
/// The following color values are supported:
///
///
/// * default
/// * black
/// * red
@@ -110,7 +110,7 @@ class Foundation_API WindowsColorConsoleChannel: public Channel
/// * white
///
/// Chain this channel to a FormattingChannel with an
/// appropriate Formatter to control what is contained
/// appropriate Formatter to control what is contained
/// in the text.
///
/// Only available on Windows platforms.
@@ -125,8 +125,8 @@ public:
/// Logs the given message to the channel's stream.
void setProperty(const std::string& name, const std::string& value);
/// Sets the property with the given name.
///
/// Sets the property with the given name.
///
/// The following properties are supported:
/// * enableColors: Enable or disable colors.
/// * traceColor: Specify color for trace messages.
@@ -144,7 +144,7 @@ public:
/// Returns the value of the property with the given name.
/// See setProperty() for a description of the supported
/// properties.
protected:
enum Color
{