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,12 +29,12 @@ namespace Poco {
|
||||
class Foundation_API SemaphoreImpl
|
||||
{
|
||||
protected:
|
||||
SemaphoreImpl(int n, int max);
|
||||
SemaphoreImpl(int n, int max);
|
||||
~SemaphoreImpl();
|
||||
void setImpl();
|
||||
void waitImpl();
|
||||
bool waitImpl(long milliseconds);
|
||||
|
||||
|
||||
private:
|
||||
HANDLE _sema;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user