Run clang-format on all source files
Change-Id: Ifb52ca306286b6b2d473821bed9db28e9f616d50
This commit is contained in:
committed by
Laurent Morichetti
parent
89f6880371
commit
15ab5d9cda
@@ -43,12 +43,12 @@
|
||||
#define HCC_EXC_RAISING(error, stream) \
|
||||
do { \
|
||||
EXC_RAISING(error, "HCC error: " << stream); \
|
||||
} while(0)
|
||||
} while (0)
|
||||
|
||||
#define HIP_EXC_RAISING(error, stream) \
|
||||
do { \
|
||||
EXC_RAISING(error, "HIP error: " << stream); \
|
||||
} while(0)
|
||||
} while (0)
|
||||
|
||||
namespace roctracer {
|
||||
namespace util {
|
||||
|
||||
Reference in New Issue
Block a user