nasa / LC

The Core Flight System (cFS) Limit Checker (LC) application.
Apache License 2.0
30 stars 21 forks source link

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

Closed thnkslprpt closed 2 years ago

thnkslprpt commented 2 years ago

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