1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-29 14:30:37 +08:00

Fix formatting

This commit is contained in:
Andreas Abel 2023-09-18 17:46:37 +02:00
parent d378ac9477
commit 104231885e

View File

@ -57,8 +57,7 @@ bool ConsoleReporter::ReportContext(const Context& context) {
BENCHMARK_EXPORT
void ConsoleReporter::PrintHeader(const Run& run) {
std::string str =
FormatString("%-*s %13s %15s %*s",
FormatString("%-*s %13s %15s %*s", static_cast<int>(name_field_width_),
FormatString("%-*s %13s %15s %*s", static_cast<int>(name_field_width_),
"Benchmark", "Time", "CPU",
static_cast<int>(iterations_field_width_) + 2, "Iterations");
if (!run.counters.empty()) {