JANITORIAL: Fix whitespace

This commit is contained in:
Adrian Frühwirth 2018-04-19 12:08:31 +02:00
parent 25aa60726d
commit 9bee9e1ba6
38 changed files with 98 additions and 98 deletions

View file

@ -167,5 +167,5 @@ AbstractFSNode *OSystem_Dreamcast::makeCurrentDirectoryFileNode() const {
AbstractFSNode *OSystem_Dreamcast::makeFileNodePath(const Common::String &path) const {
AbstractFSNode *node = RoninCDFileNode::makeFileNodePath(path);
return (node? node : new RoninCDNonexistingNode(path));
return (node ? node : new RoninCDNonexistingNode(path));
}