address review comments and some other code formatting

[ROCm/rocdecode commit: 8f692d8118]
Цей коміт міститься в:
rrawther
2023-08-21 11:38:17 -07:00
джерело c522837dcc
коміт 203a84ced0
6 змінених файлів з 31 додано та 43 видалено
+2 -4
Переглянути файл
@@ -41,10 +41,8 @@ class rocDecodeException : public std::exception
{
public:
explicit rocDecodeException(const std::string& message):_message(message)
{}
virtual const char* what() const throw() override
{
explicit rocDecodeException(const std::string& message):_message(message){}
virtual const char* what() const throw() override {
return _message.c_str();
}
private: