]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/path.cpp
Style fix: add whitespace
[libs/core.git] / source / fs / path.cpp
index 90c4d70e2a91b55789eb5e2b5a8dc4ecb5bf1598..035e2200609bf5f6b4f1c4e6ca59a31a6e22cf6f 100644 (file)
@@ -210,7 +210,7 @@ Path::Iterator::Iterator(const Path &p):
        start(0)
 {
        if(path.path.empty())
-               start=end = string::npos;
+               start = end = string::npos;
        else if(path.path[0]==DIRSEP)
                end = 1;
 #ifdef WIN32