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:
@@ -30,13 +30,13 @@ class Foundation_API DirectoryIteratorImpl
|
||||
public:
|
||||
DirectoryIteratorImpl(const std::string& path);
|
||||
~DirectoryIteratorImpl();
|
||||
|
||||
|
||||
void duplicate();
|
||||
void release();
|
||||
|
||||
|
||||
const std::string& get() const;
|
||||
const std::string& next();
|
||||
|
||||
|
||||
private:
|
||||
DIR* _pDir;
|
||||
std::string _current;
|
||||
|
||||
Reference in New Issue
Block a user