Skip to content
New issue

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

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

Already on GitHub? # 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

@thnkslprpt thnkslprpt force-pushed the fix-41-void-returns branch from 00603ea to 211183c Compare October 1, 2022 07:06
@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
# for free to join this conversation on GitHub. Already have an account? # 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