coding style formatting

This commit is contained in:
Evgeny
2017-11-29 13:53:12 -06:00
parent 841616f595
commit cb3a591826
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; \