Fix ifs clang-format didn’t get

This commit is contained in:
numzero
2023-10-04 21:10:58 +03:00
committed by Desour
parent 565c114f94
commit d5690cc43b
25 changed files with 69 additions and 138 deletions

View File

@ -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;
}