code formatting fixed

This commit is contained in:
Peter Steinbach 2017-07-31 14:14:52 +02:00
parent 2415bdc7c0
commit 7ed0308cb7

View File

@ -204,7 +204,8 @@ void run()
<< "max_runtime" << csv_separator
<< "avg_runtime" << std::endl;
}
else{
else
{
std::cout
<< std::left << std::setw(12) << "Function"
<< std::left << std::setw(12) << "MBytes/sec"
@ -248,7 +249,8 @@ void run()
<< average << csv_separator
<< std::endl;
}
else {
else
{
std::cout
<< std::left << std::setw(12) << labels[i]
<< std::left << std::setw(12) << std::setprecision(3) << 1.0E-6 * sizes[i] / (*minmax.first)