Run clang-format on all source files

Change-Id: Ifb52ca306286b6b2d473821bed9db28e9f616d50
This commit is contained in:
Laurent Morichetti
2022-04-18 15:09:58 -07:00
committed by Laurent Morichetti
parent 89f6880371
commit 15ab5d9cda
40 changed files with 1332 additions and 1228 deletions
+2 -2
View File
@@ -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 {