Cosmetical.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30525 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-04-30 22:53:47 +00:00
parent b8c273de21
commit 707b2f9a94

View File

@ -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;