diff options
author | Cameron Cawley | 2019-04-28 15:06:31 +0100 |
---|---|---|
committer | GitHub | 2019-04-28 15:06:31 +0100 |
commit | 04229fd70bdbfdfdc075fa68085fba3d55f72b90 (patch) | |
tree | 695a402a6a7bf15fb38c2d39a54cc8fa8e2a552c /backends/fs | |
parent | 793aa4033dafb9f399c362d5befc0389239ea18f (diff) | |
download | scummvm-rg350-04229fd70bdbfdfdc075fa68085fba3d55f72b90.tar.gz scummvm-rg350-04229fd70bdbfdfdc075fa68085fba3d55f72b90.tar.bz2 scummvm-rg350-04229fd70bdbfdfdc075fa68085fba3d55f72b90.zip |
POSIX: Clean up formatting
Diffstat (limited to 'backends/fs')
-rw-r--r-- | backends/fs/posix/posix-fs.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/fs/posix/posix-fs.cpp b/backends/fs/posix/posix-fs.cpp index 9d2416a9bc..c99505cc4d 100644 --- a/backends/fs/posix/posix-fs.cpp +++ b/backends/fs/posix/posix-fs.cpp @@ -263,9 +263,9 @@ AbstractFSNode *POSIXFilesystemNode::getParent() const { return 0; // The filesystem root has no parent #ifdef __OS2__ - if (_path.size() == 3 && _path.hasSuffix(":/")) - // This is a root directory of a drive - return makeNode("/"); // return a virtual root for a list of drives + if (_path.size() == 3 && _path.hasSuffix(":/")) + // This is a root directory of a drive + return makeNode("/"); // return a virtual root for a list of drives #endif #ifdef PSP2 if (_path.hasSuffix(":")) |