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:
@@ -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:
|
||||
SEM_ID _sem;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user