mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 15:50:27 +02:00
Fix ifs clang-format didn’t get
This commit is contained in:
@ -60,8 +60,7 @@ long CReadFile::getPos() const
|
||||
//! opens the file
|
||||
void CReadFile::openFile()
|
||||
{
|
||||
if (Filename.size() == 0) // bugfix posted by rt
|
||||
{
|
||||
if (Filename.size() == 0) { // bugfix posted by rt
|
||||
File = 0;
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user