nasa / EdsLib

CCSDS SOIS Electronic Data Sheet Tool and Library
Apache License 2.0
31 stars 12 forks source link

Cleanup, Remove unnecessary ifdef blocks #18

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

Several unnecessary items are permanently disabled in an ifdef section. These should be removed.

Furthermore the CFE/CFS app code should be run through the same "clang-format" filter that other CFE framework code utilizes, to correct for whitespace inconsistencies.