coding style formatting

[ROCm/rocprofiler commit: cb3a591826]
This commit is contained in:
Evgeny
2017-11-29 13:53:12 -06:00
parent 15471db275
commit 8b5a6b7fed
31 changed files with 734 additions and 702 deletions
+1 -2
View File
@@ -40,8 +40,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
#define TEST_STATUS(cond) \
{ \
if (!(cond)) { \
std::cerr << "Test error at " << __FILE__ << ", line " << __LINE__ \
<< std::endl; \
std::cerr << "Test error at " << __FILE__ << ", line " << __LINE__ << std::endl; \
const char* message; \
rocprofiler_error_string(&message); \
std::cerr << "ERROR: " << message << std::endl; \