Skip to content

Commit 25f7939

Browse files
committed
Yeah, more clang-format issues
1 parent c61a1a2 commit 25f7939

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

apps/3d_rec_framework/src/tools/openni_frame_source.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace OpenNIFrameSource {
66

7-
OpenNIFrameSource::OpenNIFrameSource(const std::string& device_id): grabber_(device_id)
7+
OpenNIFrameSource::OpenNIFrameSource(const std::string& device_id) : grabber_(device_id)
88
{
99
std::function<void(const PointCloudConstPtr&)> frame_cb =
1010
[this](const PointCloudConstPtr& cloud) { onNewFrame(cloud); };

apps/in_hand_scanner/src/integration.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949

5050
////////////////////////////////////////////////////////////////////////////////
5151

52-
pcl::ihs::Integration::Integration()
53-
: kd_tree_(new pcl::KdTreeFLANN<PointXYZ>()) {}
52+
pcl::ihs::Integration::Integration() : kd_tree_(new pcl::KdTreeFLANN<PointXYZ>()) {}
5453

5554
////////////////////////////////////////////////////////////////////////////////
5655

apps/src/face_detection/openni_frame_source.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace OpenNIFrameSource {
55

6-
OpenNIFrameSource::OpenNIFrameSource(const std::string& device_id): grabber_(device_id)
6+
OpenNIFrameSource::OpenNIFrameSource(const std::string& device_id) : grabber_(device_id)
77
{
88
std::function<void(const PointCloudConstPtr&)> frame_cb =
99
[this](const PointCloudConstPtr& cloud) { onNewFrame(cloud); };

0 commit comments

Comments
 (0)