mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-02 00:00:26 +02:00
Fix ifs clang-format didn’t get
This commit is contained in:
@ -466,8 +466,7 @@ io::path CFileSystem::getAbsolutePath(const io::path &filename) const
|
||||
p = realpath(filename.c_str(), fpath);
|
||||
if (!p) {
|
||||
// content in fpath is unclear at this point
|
||||
if (!fpath[0]) // seems like fpath wasn't altered, use our best guess
|
||||
{
|
||||
if (!fpath[0]) { // seems like fpath wasn't altered, use our best guess
|
||||
io::path tmp(filename);
|
||||
return flattenFilename(tmp);
|
||||
} else
|
||||
|
Reference in New Issue
Block a user