mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-26 18:42:41 +01:00
Remove trailing whitespace (#3668)
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Poco {
|
||||
|
||||
|
||||
class Foundation_API Void
|
||||
/// A dummy class with value-type semantics,
|
||||
/// A dummy class with value-type semantics,
|
||||
/// mostly useful as a template argument.
|
||||
///
|
||||
/// This class is typically used together with ActiveMethod,
|
||||
@@ -38,9 +38,9 @@ public:
|
||||
Void(const Void& v);
|
||||
/// Creates the Void from another Void.
|
||||
///
|
||||
/// The philosophical aspects of this operation
|
||||
/// The philosophical aspects of this operation
|
||||
/// remain undiscussed for now.
|
||||
|
||||
|
||||
~Void();
|
||||
/// Destroys the Void.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user