mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
Remove trailing whitespace (#3668)
This commit is contained in:
@@ -29,10 +29,10 @@ class Foundation_API Runnable
|
||||
/// must be implemented by classes that provide
|
||||
/// an entry point for a thread.
|
||||
{
|
||||
public:
|
||||
public:
|
||||
Runnable();
|
||||
virtual ~Runnable();
|
||||
|
||||
|
||||
virtual void run() = 0;
|
||||
/// Do whatever the thread needs to do. Must
|
||||
/// be overridden by subclasses.
|
||||
|
||||
Reference in New Issue
Block a user