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 #45, Remove 'return;' from last line of void functions. #46

Merged
merged 2 commits into from
Oct 6, 2022

Conversation

thnkslprpt
Copy link
Contributor

@thnkslprpt thnkslprpt commented Sep 28, 2022

vChecklist

Describe the contribution
Fixes #45
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-45-void-returns branch from f3d5727 to 02c0cae Compare October 1, 2022 07:05
@dzbaker
Copy link
Contributor

dzbaker commented Oct 3, 2022

@thnkslprpt Can you resolve the conflicts?

@thnkslprpt
Copy link
Contributor Author

@thnkslprpt Can you resolve the conflicts?

I believe that's cleared up now mate.

@dzbaker dzbaker merged commit 2df0997 into nasa:main Oct 6, 2022
@thnkslprpt thnkslprpt deleted the fix-45-void-returns branch October 6, 2022 23:12
@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
4 participants