crownstone / bluenet

Bluenet is the in-house firmware on Crownstone hardware. Functions: switching, dimming, energy monitoring, presence detection, indoor localization, switchcraft.
https://crownstone.rocks
91 stars 62 forks source link

Maintain/run clang format #179

Closed mrquincle closed 2 years ago

mrquincle commented 2 years ago

Biting the bullet. Runs clang over all files.

vliedel commented 2 years ago

I guess you'll just have to promise the only changes of this PR are done by clang, because i can't review 343 files.

mrquincle commented 2 years ago

I guess you'll just have to promise the only changes of this PR are done by clang, because i can't review 343 files.

Yep, except for the small commits that come after. Those are bugfixes for bugs that arose to the surface due to reordering of header files with respect to #define and #undefine statements.