fix for formatting

[ROCm/rocdecode commit: 79c338fc72]
This commit is contained in:
rrawther
2023-08-21 14:32:36 -07:00
parent 203a84ced0
commit 3166c5a793
2 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -37,8 +37,7 @@ THE SOFTWARE.
#define ERR(X) std::cerr << "[ERR] " << " {" << __func__ <<"} " << " " << X << std::endl;
class rocDecodeException : public std::exception
{
class rocDecodeException : public std::exception {
public:
explicit rocDecodeException(const std::string& message):_message(message){}