nasa / bplib

Apache License 2.0
27 stars 13 forks source link

Scrub whitespace formatting #70

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

Going forward, bplib should use the same whitespace/formatting patterns as other GSFC software modules. Whitespace can generally be corrected by running the "clang-format" tool using the same rules as CFE/CFS, so its an easy change, but this change needs to be done in isolation because other changes will not be merge-able across it.