Skip to content

Fix #14, Remove redundant/inconsistent comments (/* end of function */, /* end if */ etc.) and clean up empty lines.#15

Open
thnkslprpt wants to merge 4 commits into
nasa:masterfrom
thnkslprpt:fix-14-comment-and-empty-line-cleanup
Open

Fix #14, Remove redundant/inconsistent comments (/* end of function */, /* end if */ etc.) and clean up empty lines.#15
thnkslprpt wants to merge 4 commits into
nasa:masterfrom
thnkslprpt:fix-14-comment-and-empty-line-cleanup

Conversation

@thnkslprpt
Copy link
Copy Markdown

@thnkslprpt thnkslprpt commented Oct 11, 2022

Checklist

Describe the contribution

  • Fixes Redundant comments (/* end of function */, /* end if */ etc.) and clean up empty lines. #14
    • Removes redundant and inconsistent comments (e.g. /* end of function */, /* end if */, function name in function header comments).
    • There were also a few cases of unnecessary empty lines (e.g. on the last line before the closing brace of a function) and also missing empty lines (e.g. between functions) which were corrected. Some of these empty lines trigger the CI format checks.

I've left the commits separated for now to make life easier for whoever reviews this. I can squash them if/when this is ready for merge.

Testing performed
None (comment and whitespace changes only).

Expected behavior changes
No impact on behavior.
These updates will reduce clutter and inconsistency in the code, improving readability.

Contributor Info
@thnkslprpt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Redundant comments (/* end of function */, /* end if */ etc.) and clean up empty lines.

1 participant