spacing and readability: add spaces around ==, etc
This commit is contained in:
parent
b55015992c
commit
8fb9403735
1 changed files with 5 additions and 5 deletions
|
@ -341,7 +341,7 @@ ISOFileSystem::TreeEntry *ISOFileSystem::GetFromPath(std::string path, bool catc
|
|||
e = ne;
|
||||
size_t l = name.length();
|
||||
path.erase(0, l);
|
||||
if (path.length() == 0 || (path.length()==1 && path[0] == '/'))
|
||||
if (path.length() == 0 || (path.length() == 1 && path[0] == '/'))
|
||||
return e;
|
||||
path.erase(0, 1);
|
||||
while (path[0] == '/')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue