nasa / sample_app

The Core Flight System (cFS) Sample App (sample_app)
Apache License 2.0
49 stars 43 forks source link

Fix #111, Remove redundant comments #185

Closed thnkslprpt closed 2 years ago

thnkslprpt commented 2 years ago

Checklist

Describe the contribution Fixes #111 Removes redundant comments (incl. /* end of function */, /* end if */, function name in function header comments). Empty lines before the final closing brace of functions were removed as well, as they were triggering the CI checks.

Testing performed None (comment changes only).

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

Contributor Info @thnkslprpt