[Scummvm-git-logs] scummvm master -> 04229fd70bdbfdfdc075fa68085fba3d55f72b90
ccawley2011
ccawley2011 at gmail.com
Sun Apr 28 16:06:34 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
04229fd70b POSIX: Clean up formatting
Commit: 04229fd70bdbfdfdc075fa68085fba3d55f72b90
https://github.com/scummvm/scummvm/commit/04229fd70bdbfdfdc075fa68085fba3d55f72b90
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-04-28T15:06:31+01:00
Commit Message:
POSIX: Clean up formatting
Changed paths:
backends/fs/posix/posix-fs.cpp
diff --git a/backends/fs/posix/posix-fs.cpp b/backends/fs/posix/posix-fs.cpp
index 9d2416a..c99505c 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(":"))
More information about the Scummvm-git-logs
mailing list