Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jpapon committed Sep 19, 2014
1 parent 39e739a commit 7be38d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -866,8 +866,8 @@ namespace pcl
pcl::SupervoxelClustering<pcl::PointXYZRGBA>::VoxelData::getPoint (pcl::PointXYZRGBA &point_arg ) const
{
point_arg.rgba = static_cast<uint32_t>(rgb_[0]) << 16 |
static_cast<uint32_t>(rgb_[1]) << 8 |
static_cast<uint32_t>(rgb_[2]);
static_cast<uint32_t>(rgb_[1]) << 8 |
static_cast<uint32_t>(rgb_[2]);
point_arg.x = xyz_[0];
point_arg.y = xyz_[1];
point_arg.z = xyz_[2];
Expand Down

0 comments on commit 7be38d4

Please sign in to comment.