fix readability-braces-around-statements

This commit is contained in:
wmayer
2023-11-14 22:29:28 +01:00
parent 0633129b83
commit c5f5bfd22a
4 changed files with 198 additions and 97 deletions

View File

@@ -91,7 +91,9 @@ void Exception::ReportException() const
}
else
#endif
{
_FC_ERR(_file.c_str(), _line, msg);
}
_isReported = true;
}
}
@@ -318,7 +320,9 @@ void FileException::ReportException() const
}
else
#endif
{
_FC_ERR(_file.c_str(), _line, msg);
}
_isReported = true;
}
}