code style only: wrap after open parenthesis if not in one line (#52)

Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
This commit is contained in:
Dirk Thomas
2020-02-04 11:43:50 -08:00
committed by GitHub
parent c2bdad5f01
commit f59e3fea7e
3 changed files with 54 additions and 32 deletions

View File

@@ -159,8 +159,8 @@ public:
double range_cutoff = -1.0,
int channel_options = channel_option::Default)
{
transformLaserScanToPointCloud_(target_frame, scan_in, cloud_out, tf, range_cutoff,
channel_options);
transformLaserScanToPointCloud_(
target_frame, scan_in, cloud_out, tf, range_cutoff, channel_options);
}
private: