Skip to content

Conversation

@VictorLamoine
Copy link
Contributor

This adds a space before the opening angle bracket:

template<typename T1, typename T2> class map
{
};
map<int, int> m;

to

template <typename T1, typename T2> class map
{
};
map<int, int> m;

This matches both
http://www.pointclouds.org/documentation/advanced/pcl_style_guide.php#classes
and
http://www.pointclouds.org/documentation/advanced/pcl_style_guide.php#id2

jspricke added a commit that referenced this pull request May 22, 2014
Match template PCL style guide for the Eclipse formatter
@jspricke jspricke merged commit 989fdbb into PointCloudLibrary:master May 22, 2014
@VictorLamoine VictorLamoine deleted the eclipse_formater branch May 22, 2014 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants