[x] I signed and emailed the appropriate Contributor License Agreement to GSFC-SoftwareRelease@mail.nasa.gov and copied cfs-program@lists.nasa.gov.
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.
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