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

Fix #41, Remove 'return;' from last line of void functions. #42

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

thnkslprpt
Copy link
Contributor

@thnkslprpt thnkslprpt commented Sep 28, 2022

Checklist

Describe the contribution
Fixes #41
Removes all cases of redundant "return;" statements on the last line of void functions.
Corrected a few typos in the comments that were noticed along the way.

Testing performed
None, prior to submission.

Expected behavior changes
No impact on behavior.

Contributor Info
@thnkslprpt

@dzbaker dzbaker merged commit b41dbd7 into nasa:main Oct 3, 2022
@thnkslprpt thnkslprpt deleted the fix-41-void-returns branch October 3, 2022 21:33
@dmknutsen dmknutsen added this to the Draco milestone Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove "return;" from last line of void functions
3 participants