nasa / LC

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

Fix #36, Refactor LC_TableInit to remove multiple returns #68

Closed thnkslprpt closed 1 year ago

thnkslprpt commented 1 year ago

Checklist

Describe the contribution

Testing performed GitHub CI Build + Run, Unit Tests all passing successfully.

Expected behavior changes Essentially no change to logic. Previous early return exit points will now fail all the following tests for if (Result == CFE_SUCCESS) and fall through to the end of the function, where Result is returned.

Contributor Info Avi Weiss @thnkslprpt