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 #30, Move variables declared mid-function to the top #31

Merged

Conversation

thnkslprpt
Copy link
Contributor

@thnkslprpt thnkslprpt commented Nov 14, 2022

Checklist

Describe the contribution
Fixes #30
A few stray variables that were declared mid-function were moved to the top of their respective functions.

Testing performed
GitHub CI actions all passing successfully (excl. cppcheck issues being addressed in #29)

Expected behavior changes
All variables declared top of function as per cFS conventions/guidelines.

Contributor Info
Avi Weiss @thnkslprpt

@dzbaker dzbaker added this to the Fornax milestone Nov 21, 2022
@dzbaker dzbaker modified the milestones: Fornax, Equuleus Dec 7, 2022
@thnkslprpt thnkslprpt force-pushed the fix-30-variables-declared-mid-function branch 2 times, most recently from 99db0dc to 8aaf90f Compare March 13, 2023 06:23
@thnkslprpt thnkslprpt force-pushed the fix-30-variables-declared-mid-function branch from 8aaf90f to 5b20a97 Compare March 14, 2023 13:17
@dzbaker dzbaker self-requested a review March 30, 2023 18:38
@dzbaker dzbaker merged commit c96cf97 into nasa:main Apr 6, 2023
@thnkslprpt thnkslprpt deleted the fix-30-variables-declared-mid-function branch April 6, 2023 21:46
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.

Variables declared mid-function
3 participants