Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / geometry / test / algorithms / convex_hull.cpp
index f268aa9..dab96eb 100644 (file)
@@ -45,7 +45,7 @@ void test_all()
                 12, 8, 5.245);
 
     test_geometry<bg::model::box<P> >("box(0 0,2 2)", 4, 5, 4);
-    
+
     test_empty_input<bg::model::linestring<P> >();
     test_empty_input<bg::model::ring<P> >();
     test_empty_input<bg::model::polygon<P> >();