You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the CF-3.0.0 release candidate, the source code files have many formatting discrepancies from the CFE/CFS recommendations.
Before continuing development with other fixes, the source should be sent through the "clang-format" tool using the same rules as used for the CFE framework. This will establish a baseline for fixing other issues reported by CF users thus far.
Since this is likely to affect many lines, it must be done as an isolated commit, before any other code changes are done, as it will not be easy to merge/rebase with this type of change.
The text was updated successfully, but these errors were encountered:
This scrubs the whitespace on all .c/.h header files to match
the formatting used by the CFE framework. This affects many
lines, but only changes whitespace.
NOTE: this commit is strictly limited to whitespace fixes. It
does not change the fundamental source code at all.
In the CF-3.0.0 release candidate, the source code files have many formatting discrepancies from the CFE/CFS recommendations.
Before continuing development with other fixes, the source should be sent through the "clang-format" tool using the same rules as used for the CFE framework. This will establish a baseline for fixing other issues reported by CF users thus far.
Since this is likely to affect many lines, it must be done as an isolated commit, before any other code changes are done, as it will not be easy to merge/rebase with this type of change.
The text was updated successfully, but these errors were encountered: