Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove trailing semicolons from tf sources #187

Merged
merged 2 commits into from
Apr 26, 2019

Conversation

YoshuaNava
Copy link
Contributor

@YoshuaNava YoshuaNava commented Apr 25, 2019

This PR removes trailing semicolons at the end of function declarations, from sources under tf/

The motivation behind this PR lies in the fact that I regularly use the compiler flag -Wpedantic, and I was getting lots of warnings after including tf headers.

I ran the library's unit tests locally to verify that functionality stays the same after the aforementioned changes.

@YoshuaNava YoshuaNava changed the title Remove trailing semicolons from tf and transform_datatypes Remove trailing semicolons from tf sources Apr 25, 2019
Copy link
Member

@tfoote tfoote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the cleanup.

@tfoote tfoote merged commit ea5eb79 into ros:melodic-devel Apr 26, 2019
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