From 68cbb62b3d43402d67b963e7d869f6a8b6fc0a39 Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Thu, 25 Apr 2024 10:46:08 +0200 Subject: [PATCH] removed trailing whitespace --- .../examples/Kinetic_surface_reconstruction/ksr_basic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kinetic_surface_reconstruction/examples/Kinetic_surface_reconstruction/ksr_basic.cpp b/Kinetic_surface_reconstruction/examples/Kinetic_surface_reconstruction/ksr_basic.cpp index 08318a3d23a..ce3ef97db1d 100644 --- a/Kinetic_surface_reconstruction/examples/Kinetic_surface_reconstruction/ksr_basic.cpp +++ b/Kinetic_surface_reconstruction/examples/Kinetic_surface_reconstruction/ksr_basic.cpp @@ -31,7 +31,7 @@ int main() { KSR ksr(point_set, param); ksr.detection_and_partition(1, param); - + std::cout << ksr.detect_planar_shapes() << " planar shapes detected" << std::endl; std::vector vtx;