]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/path.h
Style fix: add whitespace
[libs/core.git] / source / fs / path.h
index 6aa16f6d08191a9d7d4000f8f9be65ee4d6217a6..c3c599a9e03d0a0dae8b9e47187086b49b407d1a 100644 (file)
@@ -30,7 +30,7 @@ public:
 
        private:
                const Path &path;
-               std::string::size_type start,end;
+               std::string::size_type start, end;
 
                Iterator(const Path &);
        public: