Commit 900582f6 authored by williangaspar's avatar williangaspar

white space removed

parent 6c23244b
......@@ -891,7 +891,7 @@ int BPFtrace::print_hist(const std::vector<uint64_t> &values, uint32_t div) cons
return 0;
}
int BPFtrace::print_lhist(const std::vector<uint64_t> &values, int min, int max, int step) const
int BPFtrace::print_lhist(const std::vector<uint64_t> &values, int min, int max, int step) const
{
int max_index = -1;
int max_value = 0;
......@@ -994,11 +994,11 @@ std::string BPFtrace::lhist_index_label(int number)
std::ostringstream label;
if (number % mega == 0)
if (number % mega == 0)
{
label << number / mega << 'm';
}
else if (number % kilo == 0)
}
else if (number % kilo == 0)
{
label << number / kilo << 'k';
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment