mirror of https://github.com/CGAL/cgal
arg, a trailing whitespace!
This commit is contained in:
parent
36b3491672
commit
2220a1815a
|
|
@ -124,7 +124,7 @@ bool test_vfefv(bool with_bbox = false)
|
||||||
std::cerr << "## test_vfefv(" << std::boolalpha << with_bbox << ")\n";
|
std::cerr << "## test_vfefv(" << std::boolalpha << with_bbox << ")\n";
|
||||||
result_string.clear();
|
result_string.clear();
|
||||||
static const std::vector<Point_3> points =
|
static const std::vector<Point_3> points =
|
||||||
{
|
{
|
||||||
{ -1, 0, 0 },
|
{ -1, 0, 0 },
|
||||||
{ 0, 1, 0 },
|
{ 0, 1, 0 },
|
||||||
{ 0, -1, 0 },
|
{ 0, -1, 0 },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue