Cosmetical.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30525 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b8c273de21
commit
707b2f9a94
@ -90,9 +90,9 @@ printf("BigtimeChartAxisLegendSource::GetAxisLegends(): range: %lld - %lld\n", s
|
||||
// TODO: Drop superfluous micro seconds digits, or even microseconds and seconds
|
||||
// completely.
|
||||
|
||||
StringChartLegend* legend = new(std::nothrow) StringChartLegend(buffer,
|
||||
1);
|
||||
if (legend == 0)
|
||||
StringChartLegend* legend
|
||||
= new(std::nothrow) StringChartLegend(buffer, 1);
|
||||
if (legend == NULL)
|
||||
return count;
|
||||
|
||||
legends[count] = legend;
|
||||
|
Loading…
x
Reference in New Issue
Block a user