Cleanup: style, use braces in source/
Automated using clang-tidy.
This commit is contained in:
@@ -79,9 +79,10 @@ bool ErrorHandler::handleError(const COLLADASaxFWL::IError *error)
|
||||
error_context = "File access";
|
||||
}
|
||||
|
||||
else
|
||||
else {
|
||||
isError = (parserError.getSeverity() !=
|
||||
GeneratedSaxParser::ParserError::Severity::SEVERITY_ERROR_NONCRITICAL);
|
||||
}
|
||||
}
|
||||
else if (error->getErrorClass() == COLLADASaxFWL::IError::ERROR_SAXFWL) {
|
||||
error_context = "Sax FWL";
|
||||
|
||||
Reference in New Issue
Block a user